HISTORY 1.4 KB

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