123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 0.1.13 2015-10-05
- -----------------
- - Upgrade to nan 2.0.9 (Issue #27, https://github.com/guymguym)
- - Removed pre-gyp code as no longer needed.
- 0.1.12 2015-08-06
- -----------------
- - Undefined fields serialized as null values in arrays.
- 0.1.11 2015-08-06
- -----------------
- - Undefined fields are omitted from serialization.
- 0.1.10 2015-06-17
- -----------------
- - No longer print to console.error if driver did not load correctly.
- 0.1.9 2015-06-17
- ----------------
- - Removed deprecated Node C++ method for Nan.h based ones.
- 0.1.8 2015-06-12
- ----------------
- - Refactored to use single 16MB buffer for all serialization.
- 0.1.7 2015-05-15
- ----------------
- - Attempt node-pre-gyp otherwise fallback to node-gyp or just fail.
- 0.1.6 2015-05-07
- ----------------
- - Updated to use bundled node-pre-gyp as install method.
- 0.1.5 2015-05-07
- ----------------
- - Updated npmignore to remove any non-needed artifacts.
- 0.1.4 2015-05-05
- ----------------
- - Updated nan.h dependency to 1.8.x.
- 0.1.3 2015-04-23
- ----------------
- - Windows only prebuilt support (Issue #6, https://github.com/imlucas)
- 0.1.2 2015-04-20
- ----------------
- - Removed pre-packaged binaries from build.
- 0.1.1 2015-04-20
- ----------------
- - Merged node-pre-gyp support (Issue #1, https://github.com/imlucas)
- 0.1.0 2015-03-26
- ----------------
- - First pusht to npm, cleanup of project and left only c++ and test harnesses.
|