nan v0.7.0 Release Notes

Release Date: 2013-12-17 // over 10 years ago
    • New no-arg form of NanCallback() constructor.
    • NanCallback#Call takes Handle rather than Local
    • Removed deprecated NanCallback#Run method, use NanCallback#Call instead
    • Split off NANARGS_TYPE from _NAN_ARGS
    • Restore (unofficial) Node 0.6 compatibility at NanCallback#Call()
    • Introduce NanRawString() for char* (or appropriate void*) from v8::String (replacement for NanFromV8String)
    • Introduce NanCString() for null-terminated char* from v8::String