All Versions
86
Latest Version
Avg Release Cycle
93 days
Latest Release
847 days ago

Changelog History
Page 6

  • v1.6.2 Changes

    February 06, 2015
    • Bugfix: NanEncode: fix argument type for node::Encode on io.js 2be8639
  • v1.6.1 Changes

    January 23, 2015
    • Build: version bump
  • v1.6.0 Changes

    January 23, 2015
    • Deprecated NanNewContextHandle in favor of NanNew<Context> 49259af
    • Support utility functions moved in newer v8 versions (Node 0.11.15, io.js 1.0) a0aa179
    • Added NanEncode, NanDecodeBytes and NanDecodeWrite 75e6fb9
  • v1.5.3 Changes

    January 23, 2015
    • Build: repackage
  • v1.5.2 Changes

    January 23, 2015
    • Bugfix: Fix non-inline definition build error with clang++ 21d96a1, 60fadd4
    • Bugfix: Readded missing String constructors 18d828f
    • Bugfix: Add overload handling NanNew(..) 5ef813b
    • Bugfix: Fix uv_work_cb versioning 997e4ae
    • Bugfix: Add function factory and test 4eca89c
    • Bugfix: Add object template factory and test cdcb951
    • Correctness: Lifted an io.js related typedef c9490be
    • Correctness: Make explicit downcasts of String lengths 00074e6
    • Windows: Limit the scope of disabled warning C4530 83d7deb
  • v1.5.1 Changes

    January 15, 2015
    • Build: version bump
  • v1.5.0 Changes

    January 14, 2015
    • Feature: Support io.js b003843
    • Correctness: Improved NanNew internals 9cd4f6a
    • Feature: Implement progress to NanAsyncWorker 8d6a160
  • v1.4.3 Changes

    January 15, 2015
    • Build: version bump
  • v1.4.2 Changes

    January 15, 2015
    • Feature: Support io.js 0dbc5e8
  • v1.4.1 Changes

    November 08, 2014
    • Bugfix: Handle DEBUG definition correctly
    • Bugfix: Accept int as Boolean