Releases: kibae/node-lru-native
Releases Β· kibae/node-lru-native
Fix compilation on Node 16
Support for Node 16
thanks @johanneswuerbach
Add Evictions to Stats
Support for Node 14
- 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.0
- 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-alpine05486a9 - π· add CI 553132a
- β¨ fix formatting and linting 312b9bb
- β add
tslint-ltandtypescriptfor linting and formatting ec6dbf9 - β¬οΈ bump dev deps 449fe93
- π§ fix type export ed23c92
- π add typings 5ab40cd
- π¦ π fce0f9a
- π₯ remove pre-release
tr1headers 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