nan v2.0.0 Release Notes

Release Date: 2015-07-31 // over 8 years ago
    • Change: Renamed identifiers with leading underscores b5932b4
    • Change: Replaced NanObjectWrapHandle with class NanObjectWrap 464f1e1
    • Change: Replace NanScope and NanEscpableScope macros with classes 47751c4
    • Change: Rename NanNewBufferHandle to NanNewBuffer 6745f99
    • Change: Rename NanBufferUse to NanNewBuffer 3e8b0a5
    • Change: Rename NanNewBuffer to NanCopyBuffer d6af78d
    • Change: Remove Nan prefix from all names 72d1f67
    • Change: Update Buffer API for new upstream changes d5d3291
    • Change: Rename Scope and EscapableScope to HandleScope and EscapableHandleScope 21a7a6a
    • Change: Get rid of Handles e6c0daf
    • Feature: Support io.js 3 with V8 4.4
    • Feature: Introduce NanPersistent 7fed696
    • Feature: Introduce NanGlobal 4408da1
    • Feature: Added NanTryCatch 10f1ca4
    • Feature: Update for V8 v4.3 4b6404a
    • Feature: Introduce NanNewOneByteString c543d32
    • Feature: Introduce namespace Nan 67ed1b1
    • Removal: Remove NanLocker and NanUnlocker dd6e401
    • Removal: Remove string converters, except NanUtf8String, which now follows the node implementation b5d00a9
    • Removal: Remove NanReturn* macros d90a25c
    • Removal: Remove HasInstance e8f84fe