HISTORY 1.1 KB

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