Skip to content

Releases: kibae/node-lru-native

Fix compilation on Node 16

22 Jun 23:04

Choose a tag to compare

  • Merge pull request #9 from johanneswuerbach/fix-16 4e40447
  • build with node 16 4a1d523

v1.2.4...v1.2.5

Support for Node 16

22 Jun 22:44

Choose a tag to compare

thanks @johanneswuerbach

  • Merge pull request #8 from johanneswuerbach/test-16 0928372
  • build with node 16 d0d4b10

v1.2.3...v1.2.4

Add Evictions to Stats

16 Nov 14:29

Choose a tag to compare

  • Merge pull request #6 from b2wads/track-evictions f061752
  • Added evictions field to ts interface 964b2f1
  • Added eviction counter to stats 556c274

v1.2.2...v1.2.3

Support for Node 14

16 Jun 16:15

Choose a tag to compare

  • Merge pull request #5 from johanneswuerbach/test-14 7d6e662
  • require nan ^2.14.1 for node 14 support 127c9e8
  • test against 14 db9083f
  • fix: add undefined to the return type of get (#4) c13d31f
  • fix: add undefined to the return type of get d02672d
  • src: Fix wrong indent 89b9d20
  • src: Recover convert methods & introduce more macros b4d57b3
  • src: Introduce assertion macros to test arguments cc15d10

v1.2.1...v1.2.2

v1.2.1

27 Apr 09:02

Choose a tag to compare

  • πŸ“¦ fix package name in typings 2a41312

v1.2.0...v1.2.1

v1.2.0

27 Apr 08:57

Choose a tag to compare

  • src: Initial fixing for node v12 67220df
  • travis: Add node v12 8101614
  • binding: Add cflags_cc parts c22951d
  • .travis: Split the script part f491193
  • Revert ":package: unify tests in travis" 0a905df
  • Merge pull request #3 from ltetzlaff/rebased-onto-kibae-master b595f5a
  • ⬆️ bump package lock 20e98b2
  • πŸ”¨ fix macos builds 691e6c3
  • πŸ“¦ unify tests in travis 5263ac0
  • 🐳 add npm script to test docker build 88764bd
  • ⬆️ resolve LRUCache deprecation warning a349c30
  • πŸ”₯ remove unnecessary overall test a44acaf
  • ✨ apply prettier config and linter warnings a9d1ee5
  • πŸ“¦ fix package versions e0f1c32
  • πŸ“¦ rename build command 8f9180a
  • 🐳 add Dockerfile to verify working on node-alpine 05486a9
  • πŸ‘· add CI 553132a
  • ✨ fix formatting and linting 312b9bb
  • βž• add tslint-lt and typescript for linting and formatting ec6dbf9
  • ⬆️ bump dev deps 449fe93
  • πŸ”§ fix type export ed23c92
  • πŸš€ add typings 5ab40cd
  • πŸ“¦ πŸ”’ fce0f9a
  • πŸ”₯ remove pre-release tr1 headers 352a03e
  • ⬆️ bump cpp compiler version 23e369f
  • πŸ”§ update gitignore 3aec578
  • Revert "Use newer version gcc on osx." 0eb90f8
  • Use newer version gcc on osx. Please refer to following link: https://github.com/adzerk/node-lru-native/pull/10/files 9e69502
  • Bump up v1.1.0 7037d91
  • Merge pull request #2 from d3m3vilurr/last-changes 5027e97
  • Support OSX b856a49
  • Support node v10 e68b238
  • Add .travis.yml 05caa3e
  • Remove remain coffee script options 5d3ed94
  • Remove coffee script from dev deps 4f263a7
  • Replace coffee shit to pure ecma script ee9d1a4
  • Merge pull request #1 from d3m3vilurr/fix-windows 53a07c4
  • Fix windows build 933364e
  • Update README.md 77d6ade
  • Update README.md 12e0185
  • Merge branch 'master' of https://github.com/kibae/node-lru-native d73152a
  • npm publish d9c9cee
  • npm publish b6aa6a1
    • Update the timestamp when get a value - Added SetMaxAge(), SetMaxElements() 9e4e1cb
  • Merge pull request #5 from nkohari/master 2251001
  • Ported to NAN so we can support Node 5.x.x 08ba3a1
  • Merge pull request #4 from micha/master 979dd70
  • 0.3.1 -- Collect garbage on insertion. 47ac7a1
  • Hey guys, microseconds aren't milliseconds fab17e2
  • 0.3.0 c757ee9
  • Heap-based alloc, fixed issue with remove() doing a seek through the LRU list, code cleanup 7a78f03
  • Bumped version number to 0.2 005af25
  • Don't call gettimeofday() unless maxAge is set c4bf62f
  • Calling get() with maxAge no longer does a scan of the LRU list f88ca9f
  • Tweaks for GCC on Linux 149bba7
  • Added info about node-gyp 0d6ee8b
  • Tweaks to package.json and readme 89fefe6
  • Fixed readme 6a8a8cd
  • Fixed whitespace fad73c5
  • Added license and readme 687b4b7
  • Code cleanup, test cleanup f6874c8
  • Added clear(), size(), and stats(), and actual tests 7b09ea6
  • Fixed whitespace 6bbf3d5

9b4101f...v1.2.0