- Add check for null before notifying of addition/removal
- Thanks to @reidmweber for this contribution via #37
- Add compatibility for
node@0.10.xby using morenantypes and methods.- Thanks to @apla for this contribution!
- Add compatibility for Node 4
- Upgrade
nandependency nan@2.x. Thank you @lorenc-tomasz
- Upgrade
- New maintainer/owner @MadLittleMods. Previously maintained by @adrai 👍
- Add tests
npm test findnow also returns a promise- Format js and c++
- Added eslint file, linter code style guidelines
- Alias
insertas theaddevent name for.on - Update readme
- Fix usage section
.oncallbacks which do not actually have aerrparameter passed to the callback - Add API section to document clearly all of the methods and events emitted
- Add test instructions
- Fix usage section
- Add support for Node v0.12.x
- Revert "ready for node >= 0.11.4"
- Fix issues found via cppcheck
- Ready for node >= 0.11.4
- First release