Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 1.13 KB

Changelog

v1.4.0 - 2016-3-20

v1.3.0 - 2015-10-11

v1.2.0 - 2015-6-12

  • New maintainer/owner @MadLittleMods. Previously maintained by @adrai 👍
  • Add tests npm test
  • find now also returns a promise
  • Format js and c++
    • Added eslint file, linter code style guidelines
  • Alias insert as the add event name for .on
  • Update readme
    • Fix usage section .on callbacks which do not actually have a err parameter passed to the callback
    • Add API section to document clearly all of the methods and events emitted
    • Add test instructions

v1.1.0

  • Add support for Node v0.12.x

v1.0.3

  • Revert "ready for node >= 0.11.4"

v1.0.2

  • Fix issues found via cppcheck

v1.0.1

  • Ready for node >= 0.11.4

v1.0.0

  • First release