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