0.3.2 2015-03-27 ---------------- - Removed node-gyp from install script in package.json. 0.3.1 2015-03-27 ---------------- - Return pure js version on native() call if failed to initialize. 0.3.0 2015-03-26 ---------------- - Pulled out all C++ code into bson-ext and made it an optional dependency. 0.2.21 2015-03-21 ----------------- - Updated Nan to 1.7.0 to support io.js and node 0.12.0 0.2.19 2015-02-16 ----------------- - Updated Nan to 1.6.2 to support io.js and node 0.12.0 0.2.18 2015-01-20 ----------------- - Updated Nan to 1.5.1 to support io.js 0.2.16 2014-12-17 ----------------- - Made pid cycle on 0xffff to avoid weird overflows on creation of ObjectID's 0.2.12 2014-08-24 ----------------- - Fixes for fortify review of c++ extension - toBSON correctly allows returns of non objects 0.2.3 2013-10-01 ---------------- - Drying of ObjectId code for generation of id (Issue #54, https://github.com/moredip) - Fixed issue where corrupt CString's could cause endless loop - Support for Node 0.11.X > (Issue #49, https://github.com/kkoopa) 0.1.4 2012-09-25 ---------------- - Added precompiled c++ native extensions for win32 ia32 and x64