websocket快速操作工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

549 lines
21 KiB

  1. # NAN ChangeLog
  2. **Version 2.17.0: current Node 18.10.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
  3. ### 2.17.0 Oct 10 2022
  4. - Feature: overload deprecated AccessorSignatures (#943) 7f9ceb80fbc45c9ba1a10e6591ccbef9e8dee6b4
  5. ### 2.16.0 May 25 2022
  6. - Feature: Add support for Node 18 (#937) 16fa32231e2ccd89d2804b3f765319128b20c4ac
  7. ### 2.15.0 Aug 4 2021
  8. - Feature: add ScriptOrigin (#918) d09debf9eeedcb7ca4073e84ffe5fbb455ecb709
  9. ### 2.14.2 Oct 13 2020
  10. - Bugfix: fix gcc 8 function cast warning (#899) 35f0fab205574b2cbda04e6347c8b2db755e124f
  11. ### 2.14.1 Apr 21 2020
  12. - Bugfix: use GetBackingStore() instead of GetContents() (#888) 2c023bd447661a61071da318b0ff4003c3858d39
  13. ### 2.14.0 May 16 2019
  14. - Feature: Add missing methods to Nan::Maybe<T> (#852) 4e962489fb84a184035b9fa74f245f650249aca6
  15. ### 2.13.2 Mar 24 2019
  16. - Bugfix: remove usage of deprecated `IsNearDeath` (#842) fbaf42252af279c3d867c6b193571f9711c39847
  17. ### 2.13.1 Mar 14 2019
  18. - Bugfix: check V8 version directly instead of inferring from NMV (#840) 12f9df9f393285de8fb4a8cd01478dc4fe3b089d
  19. ### 2.13.0 Mar 13 2019
  20. - Feature: add support for node master (#831) 113c0282072e7ff4f9dfc98b432fd894b798c2c
  21. ### 2.12.1 Dec 18 2018
  22. - Bugfix: Fix build breakage with Node.js 10.0.0-10.9.0. (#833) 625e90e8fef8d39ffa7247250a76a100b2487474
  23. ### 2.12.0 Dec 16 2018
  24. - Bugfix: Add scope.Escape() to Call() (#817) 2e5ed4fc3a8ac80a6ef1f2a55099ab3ac8800dc6
  25. - Bugfix: Fix Node.js v10.12.0 deprecation warnings. 509859cc23b1770376b56550a027840a2ce0f73d
  26. - Feature: Allow SetWeak() for non-object persistent handles. (#824) e6ef6a48e7e671fe3e4b7dddaa8912a3f8262ecd
  27. ### 2.11.1 Sep 29 2018
  28. - Fix: adapt to V8 7.0 24a22c3b25eeeec2016c6ec239bdd6169e985447
  29. ### 2.11.0 Aug 25 2018
  30. - Removal: remove `FunctionCallbackInfo::Callee` for nodejs `>= 10` 1a56c0a6efd4fac944cb46c30912a8e023bda7d4
  31. - Bugfix: Fix `AsyncProgressWorkerBase::WorkProgress` sends invalid data b0c764d1dab11e9f8b37ffb81e2560a4498aad5e
  32. - Feature: Introduce `GetCurrentEventLoop` b4911b0bb1f6d47d860e10ec014d941c51efac5e
  33. - Feature: Add `NAN_MODULE_WORKER_ENABLED` macro as a replacement for `NAN_MODULE` b058fb047d18a58250e66ae831444441c1f2ac7a
  34. ### 2.10.0 Mar 16 2018
  35. - Deprecation: Deprecate `MakeCallback` 5e92b19a59e194241d6a658bd6ff7bfbda372950
  36. - Feature: add `Nan::Call` overload 4482e1242fe124d166fc1a5b2be3c1cc849fe452
  37. - Feature: add more `Nan::Call` overloads 8584e63e6d04c7d2eb8c4a664e4ef57d70bf672b
  38. - Feature: Fix deprecation warnings for Node 10 1caf258243b0602ed56922bde74f1c91b0cbcb6a
  39. ### 2.9.2 Feb 22 2018
  40. - Bugfix: Bandaid for async hooks 212bd2f849be14ef1b02fc85010b053daa24252b
  41. ### 2.9.1 Feb 22 2018
  42. - Bugfix: Avoid deprecation warnings in deprecated `Nan::Callback::operator()` 372b14d91289df4604b0f81780709708c45a9aa4
  43. - Bugfix: Avoid deprecation warnings in `Nan::JSON` 3bc294bce0b7d0a3ee4559926303e5ed4866fda2
  44. ### 2.9.0 Feb 22 2018
  45. - Deprecation: Deprecate legacy `Callback::Call` 6dd5fa690af61ca3523004b433304c581b3ea309
  46. - Feature: introduce `AsyncResource` class 90c0a179c0d8cb5fd26f1a7d2b1d6231eb402d48o
  47. - Feature: Add context aware `Nan::Callback::Call` functions 7169e09fb088418b6e388222e88b4c13f07ebaee
  48. - Feature: Make `AsyncWorker` context aware 066ba21a6fb9e2b5230c9ed3a6fc51f1211736a4
  49. - Feature: add `Callback` overload to `Nan::Call` 5328daf66e202658c1dc0d916c3aaba99b3cc606
  50. - Bugfix: fix warning: suggest parentheses around `&&` within `||` b2bb63d68b8ae623a526b542764e1ac82319cb2c
  51. - Bugfix: Fix compilation on io.js 3 d06114dba0a522fb436f0c5f47b994210968cd7b
  52. ### 2.8.0 Nov 15 2017
  53. - Deprecation: Deprecate `Nan::ForceSet` in favor of `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
  54. - Feature: Add `Nan::AsyncProgressQueueWorker` a976636ecc2ef617d1b061ce4a6edf39923691cb
  55. - Feature: Add `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
  56. - Bugfix: Fix compiling on io.js 1 & 2 82705a64503ce60c62e98df5bd02972bba090900
  57. - Bugfix: Use DefineOwnProperty instead of ForceSet 95cbb976d6fbbba88ba0f86dd188223a8591b4e7
  58. ### 2.7.0 Aug 30 2017
  59. - Feature: Add `Nan::To<v8::Function>()` overload. b93280670c9f6da42ed4cf6cbf085ffdd87bd65b
  60. - Bugfix: Fix ternary in `Nan::MaybeLocal<T>::FromMaybe<S>()`. 79a26f7d362e756a9524e672a82c3d603b542867
  61. ### 2.6.2 Apr 12 2017
  62. - Bugfix: Fix v8::JSON::Parse() deprecation warning. 87f6a3c65815fa062296a994cc863e2fa124867d
  63. ### 2.6.1 Apr 6 2017
  64. - Bugfix: nan_json.h: fix build breakage in Node 6 ac8d47dc3c10bfbf3f15a6b951633120c0ee6d51
  65. ### 2.6.0 Apr 6 2017
  66. - Feature: nan: add support for JSON::Parse & Stringify b533226c629cce70e1932a873bb6f849044a56c5
  67. ### 2.5.1 Jan 23 2017
  68. - Bugfix: Fix disappearing handle for private value 6a80995694f162ef63dbc9948fbefd45d4485aa0
  69. - Bugfix: Add missing scopes a93b8bae6bc7d32a170db6e89228b7f60ee57112
  70. - Bugfix: Use string::data instead of string::front in NewOneByteString d5f920371e67e1f3b268295daee6e83af86b6e50
  71. ### 2.5.0 Dec 21 2016
  72. - Feature: Support Private accessors a86255cb357e8ad8ccbf1f6a4a901c921e39a178
  73. - Bugfix: Abort in delete operators that shouldn't be called 0fe38215ff8581703967dfd26c12793feb960018
  74. ### 2.4.0 Jul 10 2016
  75. - Feature: Rewrite Callback to add Callback::Reset c4cf44d61f8275cd5f7b0c911d7a806d4004f649
  76. - Feature: AsyncProgressWorker: add template types for .send 1242c9a11a7ed481c8f08ec06316385cacc513d0
  77. - Bugfix: Add constness to old Persistent comparison operators bd43cb9982c7639605d60fd073efe8cae165d9b2
  78. ### 2.3.5 May 31 2016
  79. - Bugfix: Replace NAN_INLINE with 'inline' keyword. 71819d8725f822990f439479c9aba3b240804909
  80. ### 2.3.4 May 31 2016
  81. - Bugfix: Remove V8 deprecation warnings 0592fb0a47f3a1c7763087ebea8e1138829f24f9
  82. - Bugfix: Fix new versions not to use WeakCallbackInfo::IsFirstPass 615c19d9e03d4be2049c10db0151edbc3b229246
  83. - Bugfix: Make ObjectWrap::handle() const d19af99595587fe7a26bd850af6595c2a7145afc
  84. - Bugfix: Fix compilation errors related to 0592fb0a47f3a1c7763087ebea8e1138829f24f9 e9191c525b94f652718325e28610a1adcf90fed8
  85. ### 2.3.3 May 4 2016
  86. - Bugfix: Refactor SetMethod() to deal with v8::Templates (#566) b9083cf6d5de6ebe6bcb49c7502fbb7c0d9ddda8
  87. ### 2.3.2 Apr 27 2016
  88. - Bugfix: Fix compilation on outdated versions due to Handle removal f8b7c875d04d425a41dfd4f3f8345bc3a11e6c52
  89. ### 2.3.1 Apr 27 2016
  90. - Bugfix: Don't use deprecated v8::Template::Set() in SetMethod a90951e9ea70fa1b3836af4b925322919159100e
  91. ### 2.3.0 Apr 27 2016
  92. - Feature: added Signal() for invoking async callbacks without sending data from AsyncProgressWorker d8adba45f20e077d00561b20199133620c990b38
  93. - Bugfix: Don't use deprecated v8::Template::Set() 00dacf0a4b86027415867fa7f1059acc499dcece
  94. ### 2.2.1 Mar 29 2016
  95. - Bugfix: Use NewFromUnsigned in ReturnValue<T>::Set(uint32_t i) for pre_12 3a18f9bdce29826e0e4c217854bc476918241a58
  96. - Performance: Remove unneeeded nullptr checks b715ef44887931c94f0d1605b3b1a4156eebece9
  97. ### 2.2.0 Jan 9 2016
  98. - Feature: Add Function::Call wrapper 4c157474dacf284d125c324177b45aa5dabc08c6
  99. - Feature: Rename GC*logueCallback to GCCallback for > 4.0 3603435109f981606d300eb88004ca101283acec
  100. - Bugfix: Fix Global::Pass for old versions 367e82a60fbaa52716232cc89db1cc3f685d77d9
  101. - Bugfix: Remove weird MaybeLocal wrapping of what already is a MaybeLocal 23b4590db10c2ba66aee2338aebe9751c4cb190b
  102. ### 2.1.0 Oct 8 2015
  103. - Deprecation: Deprecate NanErrnoException in favor of ErrnoException 0af1ca4cf8b3f0f65ed31bc63a663ab3319da55c
  104. - Feature: added helper class for accessing contents of typedarrays 17b51294c801e534479d5463697a73462d0ca555
  105. - Feature: [Maybe types] Add MakeMaybe(...) 48d7b53d9702b0c7a060e69ea10fea8fb48d814d
  106. - Feature: new: allow utf16 string with length 66ac6e65c8ab9394ef588adfc59131b3b9d8347b
  107. - Feature: Introduce SetCallHandler and SetCallAsFunctionHandler 7764a9a115d60ba10dc24d86feb0fbc9b4f75537
  108. - Bugfix: Enable creating Locals from Globals under Node 0.10. 9bf9b8b190821af889790fdc18ace57257e4f9ff
  109. - Bugfix: Fix issue #462 where PropertyCallbackInfo data is not stored safely. 55f50adedd543098526c7b9f4fffd607d3f9861f
  110. ### 2.0.9 Sep 8 2015
  111. - Bugfix: EscapableHandleScope in Nan::NewBuffer for Node 0.8 and 0.10 b1654d7
  112. ### 2.0.8 Aug 28 2015
  113. - Work around duplicate linking bug in clang 11902da
  114. ### 2.0.7 Aug 26 2015
  115. - Build: Repackage
  116. ### 2.0.6 Aug 26 2015
  117. - Bugfix: Properly handle null callback in FunctionTemplate factory 6e99cb1
  118. - Bugfix: Remove unused static std::map instances 525bddc
  119. - Bugfix: Make better use of maybe versions of APIs bfba85b
  120. - Bugfix: Fix shadowing issues with handle in ObjectWrap 0a9072d
  121. ### 2.0.5 Aug 10 2015
  122. - Bugfix: Reimplement weak callback in ObjectWrap 98d38c1
  123. - Bugfix: Make sure callback classes are not assignable, copyable or movable 81f9b1d
  124. ### 2.0.4 Aug 6 2015
  125. - Build: Repackage
  126. ### 2.0.3 Aug 6 2015
  127. - Bugfix: Don't use clang++ / g++ syntax extension. 231450e
  128. ### 2.0.2 Aug 6 2015
  129. - Build: Repackage
  130. ### 2.0.1 Aug 6 2015
  131. - Bugfix: Add workaround for missing REPLACE_INVALID_UTF8 60d6687
  132. - Bugfix: Reimplement ObjectWrap from scratch to prevent memory leaks 6484601
  133. - Bugfix: Fix Persistent leak in FunctionCallbackInfo and PropertyCallbackInfo 641ef5f
  134. - Bugfix: Add missing overload for Nan::NewInstance that takes argc/argv 29450ed
  135. ### 2.0.0 Jul 31 2015
  136. - Change: Renamed identifiers with leading underscores b5932b4
  137. - Change: Replaced NanObjectWrapHandle with class NanObjectWrap 464f1e1
  138. - Change: Replace NanScope and NanEscpableScope macros with classes 47751c4
  139. - Change: Rename NanNewBufferHandle to NanNewBuffer 6745f99
  140. - Change: Rename NanBufferUse to NanNewBuffer 3e8b0a5
  141. - Change: Rename NanNewBuffer to NanCopyBuffer d6af78d
  142. - Change: Remove Nan prefix from all names 72d1f67
  143. - Change: Update Buffer API for new upstream changes d5d3291
  144. - Change: Rename Scope and EscapableScope to HandleScope and EscapableHandleScope 21a7a6a
  145. - Change: Get rid of Handles e6c0daf
  146. - Feature: Support io.js 3 with V8 4.4
  147. - Feature: Introduce NanPersistent 7fed696
  148. - Feature: Introduce NanGlobal 4408da1
  149. - Feature: Added NanTryCatch 10f1ca4
  150. - Feature: Update for V8 v4.3 4b6404a
  151. - Feature: Introduce NanNewOneByteString c543d32
  152. - Feature: Introduce namespace Nan 67ed1b1
  153. - Removal: Remove NanLocker and NanUnlocker dd6e401
  154. - Removal: Remove string converters, except NanUtf8String, which now follows the node implementation b5d00a9
  155. - Removal: Remove NanReturn* macros d90a25c
  156. - Removal: Remove HasInstance e8f84fe
  157. ### 1.9.0 Jul 31 2015
  158. - Feature: Added `NanFatalException` 81d4a2c
  159. - Feature: Added more error types 4265f06
  160. - Feature: Added dereference and function call operators to NanCallback c4b2ed0
  161. - Feature: Added indexed GetFromPersistent and SaveToPersistent edd510c
  162. - Feature: Added more overloads of SaveToPersistent and GetFromPersistent 8b1cef6
  163. - Feature: Added NanErrnoException dd87d9e
  164. - Correctness: Prevent assign, copy, and move for classes that do not support it 1f55c59, 4b808cb, c96d9b2, fba4a29, 3357130
  165. - Deprecation: Deprecate `NanGetPointerSafe` and `NanSetPointerSafe` 81d4a2c
  166. - Deprecation: Deprecate `NanBooleanOptionValue` and `NanUInt32OptionValue` 0ad254b
  167. ### 1.8.4 Apr 26 2015
  168. - Build: Repackage
  169. ### 1.8.3 Apr 26 2015
  170. - Bugfix: Include missing header 1af8648
  171. ### 1.8.2 Apr 23 2015
  172. - Build: Repackage
  173. ### 1.8.1 Apr 23 2015
  174. - Bugfix: NanObjectWrapHandle should take a pointer 155f1d3
  175. ### 1.8.0 Apr 23 2015
  176. - Feature: Allow primitives with NanReturnValue 2e4475e
  177. - Feature: Added comparison operators to NanCallback 55b075e
  178. - Feature: Backport thread local storage 15bb7fa
  179. - Removal: Remove support for signatures with arguments 8a2069d
  180. - Correcteness: Replaced NanObjectWrapHandle macro with function 0bc6d59
  181. ### 1.7.0 Feb 28 2015
  182. - Feature: Made NanCallback::Call accept optional target 8d54da7
  183. - Feature: Support atom-shell 0.21 0b7f1bb
  184. ### 1.6.2 Feb 6 2015
  185. - Bugfix: NanEncode: fix argument type for node::Encode on io.js 2be8639
  186. ### 1.6.1 Jan 23 2015
  187. - Build: version bump
  188. ### 1.5.3 Jan 23 2015
  189. - Build: repackage
  190. ### 1.6.0 Jan 23 2015
  191. - Deprecated `NanNewContextHandle` in favor of `NanNew<Context>` 49259af
  192. - Support utility functions moved in newer v8 versions (Node 0.11.15, io.js 1.0) a0aa179
  193. - Added `NanEncode`, `NanDecodeBytes` and `NanDecodeWrite` 75e6fb9
  194. ### 1.5.2 Jan 23 2015
  195. - Bugfix: Fix non-inline definition build error with clang++ 21d96a1, 60fadd4
  196. - Bugfix: Readded missing String constructors 18d828f
  197. - Bugfix: Add overload handling NanNew<FunctionTemplate>(..) 5ef813b
  198. - Bugfix: Fix uv_work_cb versioning 997e4ae
  199. - Bugfix: Add function factory and test 4eca89c
  200. - Bugfix: Add object template factory and test cdcb951
  201. - Correctness: Lifted an io.js related typedef c9490be
  202. - Correctness: Make explicit downcasts of String lengths 00074e6
  203. - Windows: Limit the scope of disabled warning C4530 83d7deb
  204. ### 1.5.1 Jan 15 2015
  205. - Build: version bump
  206. ### 1.4.3 Jan 15 2015
  207. - Build: version bump
  208. ### 1.4.2 Jan 15 2015
  209. - Feature: Support io.js 0dbc5e8
  210. ### 1.5.0 Jan 14 2015
  211. - Feature: Support io.js b003843
  212. - Correctness: Improved NanNew internals 9cd4f6a
  213. - Feature: Implement progress to NanAsyncWorker 8d6a160
  214. ### 1.4.1 Nov 8 2014
  215. - Bugfix: Handle DEBUG definition correctly
  216. - Bugfix: Accept int as Boolean
  217. ### 1.4.0 Nov 1 2014
  218. - Feature: Added NAN_GC_CALLBACK 6a5c245
  219. - Performance: Removed unnecessary local handle creation 18a7243, 41fe2f8
  220. - Correctness: Added constness to references in NanHasInstance 02c61cd
  221. - Warnings: Fixed spurious warnings from -Wundef and -Wshadow, 541b122, 99d8cb6
  222. - Windoze: Shut Visual Studio up when compiling 8d558c1
  223. - License: Switch to plain MIT from custom hacked MIT license 11de983
  224. - Build: Added test target to Makefile e232e46
  225. - Performance: Removed superfluous scope in NanAsyncWorker f4b7821
  226. - Sugar/Feature: Added NanReturnThis() and NanReturnHolder() shorthands 237a5ff, d697208
  227. - Feature: Added suitable overload of NanNew for v8::Integer::NewFromUnsigned b27b450
  228. ### 1.3.0 Aug 2 2014
  229. - Added NanNew<v8::String, std::string>(std::string)
  230. - Added NanNew<v8::String, std::string&>(std::string&)
  231. - Added NanAsciiString helper class
  232. - Added NanUtf8String helper class
  233. - Added NanUcs2String helper class
  234. - Deprecated NanRawString()
  235. - Deprecated NanCString()
  236. - Added NanGetIsolateData(v8::Isolate *isolate)
  237. - Added NanMakeCallback(v8::Handle<v8::Object> target, v8::Handle<v8::Function> func, int argc, v8::Handle<v8::Value>* argv)
  238. - Added NanMakeCallback(v8::Handle<v8::Object> target, v8::Handle<v8::String> symbol, int argc, v8::Handle<v8::Value>* argv)
  239. - Added NanMakeCallback(v8::Handle<v8::Object> target, const char* method, int argc, v8::Handle<v8::Value>* argv)
  240. - Added NanSetTemplate(v8::Handle<v8::Template> templ, v8::Handle<v8::String> name , v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
  241. - Added NanSetPrototypeTemplate(v8::Local<v8::FunctionTemplate> templ, v8::Handle<v8::String> name, v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
  242. - Added NanSetInstanceTemplate(v8::Local<v8::FunctionTemplate> templ, const char *name, v8::Handle<v8::Data> value)
  243. - Added NanSetInstanceTemplate(v8::Local<v8::FunctionTemplate> templ, v8::Handle<v8::String> name, v8::Handle<v8::Data> value, v8::PropertyAttribute attributes)
  244. ### 1.2.0 Jun 5 2014
  245. - Add NanSetPrototypeTemplate
  246. - Changed NAN_WEAK_CALLBACK internals, switched _NanWeakCallbackData to class,
  247. introduced _NanWeakCallbackDispatcher
  248. - Removed -Wno-unused-local-typedefs from test builds
  249. - Made test builds Windows compatible ('Sleep()')
  250. ### 1.1.2 May 28 2014
  251. - Release to fix more stuff-ups in 1.1.1
  252. ### 1.1.1 May 28 2014
  253. - Release to fix version mismatch in nan.h and lack of changelog entry for 1.1.0
  254. ### 1.1.0 May 25 2014
  255. - Remove nan_isolate, use v8::Isolate::GetCurrent() internally instead
  256. - Additional explicit overloads for NanNew(): (char*,int), (uint8_t*[,int]),
  257. (uint16_t*[,int), double, int, unsigned int, bool, v8::String::ExternalStringResource*,
  258. v8::String::ExternalAsciiStringResource*
  259. - Deprecate NanSymbol()
  260. - Added SetErrorMessage() and ErrorMessage() to NanAsyncWorker
  261. ### 1.0.0 May 4 2014
  262. - Heavy API changes for V8 3.25 / Node 0.11.13
  263. - Use cpplint.py
  264. - Removed NanInitPersistent
  265. - Removed NanPersistentToLocal
  266. - Removed NanFromV8String
  267. - Removed NanMakeWeak
  268. - Removed NanNewLocal
  269. - Removed NAN_WEAK_CALLBACK_OBJECT
  270. - Removed NAN_WEAK_CALLBACK_DATA
  271. - Introduce NanNew, replaces NanNewLocal, NanPersistentToLocal, adds many overloaded typed versions
  272. - Introduce NanUndefined, NanNull, NanTrue and NanFalse
  273. - Introduce NanEscapableScope and NanEscapeScope
  274. - Introduce NanMakeWeakPersistent (requires a special callback to work on both old and new node)
  275. - Introduce NanMakeCallback for node::MakeCallback
  276. - Introduce NanSetTemplate
  277. - Introduce NanGetCurrentContext
  278. - Introduce NanCompileScript and NanRunScript
  279. - Introduce NanAdjustExternalMemory
  280. - Introduce NanAddGCEpilogueCallback, NanAddGCPrologueCallback, NanRemoveGCEpilogueCallback, NanRemoveGCPrologueCallback
  281. - Introduce NanGetHeapStatistics
  282. - Rename NanAsyncWorker#SavePersistent() to SaveToPersistent()
  283. ### 0.8.0 Jan 9 2014
  284. - NanDispose -> NanDisposePersistent, deprecate NanDispose
  285. - Extract _NAN_*_RETURN_TYPE, pull up NAN_*()
  286. ### 0.7.1 Jan 9 2014
  287. - Fixes to work against debug builds of Node
  288. - Safer NanPersistentToLocal (avoid reinterpret_cast)
  289. - Speed up common NanRawString case by only extracting flattened string when necessary
  290. ### 0.7.0 Dec 17 2013
  291. - New no-arg form of NanCallback() constructor.
  292. - NanCallback#Call takes Handle rather than Local
  293. - Removed deprecated NanCallback#Run method, use NanCallback#Call instead
  294. - Split off _NAN_*_ARGS_TYPE from _NAN_*_ARGS
  295. - Restore (unofficial) Node 0.6 compatibility at NanCallback#Call()
  296. - Introduce NanRawString() for char* (or appropriate void*) from v8::String
  297. (replacement for NanFromV8String)
  298. - Introduce NanCString() for null-terminated char* from v8::String
  299. ### 0.6.0 Nov 21 2013
  300. - Introduce NanNewLocal<T>(v8::Handle<T> value) for use in place of
  301. v8::Local<T>::New(...) since v8 started requiring isolate in Node 0.11.9
  302. ### 0.5.2 Nov 16 2013
  303. - Convert SavePersistent and GetFromPersistent in NanAsyncWorker from protected and public
  304. ### 0.5.1 Nov 12 2013
  305. - Use node::MakeCallback() instead of direct v8::Function::Call()
  306. ### 0.5.0 Nov 11 2013
  307. - Added @TooTallNate as collaborator
  308. - New, much simpler, "include_dirs" for binding.gyp
  309. - Added full range of NAN_INDEX_* macros to match NAN_PROPERTY_* macros
  310. ### 0.4.4 Nov 2 2013
  311. - Isolate argument from v8::Persistent::MakeWeak removed for 0.11.8+
  312. ### 0.4.3 Nov 2 2013
  313. - Include node_object_wrap.h, removed from node.h for Node 0.11.8.
  314. ### 0.4.2 Nov 2 2013
  315. - Handle deprecation of v8::Persistent::Dispose(v8::Isolate* isolate)) for
  316. Node 0.11.8 release.
  317. ### 0.4.1 Sep 16 2013
  318. - Added explicit `#include <uv.h>` as it was removed from node.h for v0.11.8
  319. ### 0.4.0 Sep 2 2013
  320. - Added NAN_INLINE and NAN_DEPRECATED and made use of them
  321. - Added NanError, NanTypeError and NanRangeError
  322. - Cleaned up code
  323. ### 0.3.2 Aug 30 2013
  324. - Fix missing scope declaration in GetFromPersistent() and SaveToPersistent
  325. in NanAsyncWorker
  326. ### 0.3.1 Aug 20 2013
  327. - fix "not all control paths return a value" compile warning on some platforms
  328. ### 0.3.0 Aug 19 2013
  329. - Made NAN work with NPM
  330. - Lots of fixes to NanFromV8String, pulling in features from new Node core
  331. - Changed node::encoding to Nan::Encoding in NanFromV8String to unify the API
  332. - Added optional error number argument for NanThrowError()
  333. - Added NanInitPersistent()
  334. - Added NanReturnNull() and NanReturnEmptyString()
  335. - Added NanLocker and NanUnlocker
  336. - Added missing scopes
  337. - Made sure to clear disposed Persistent handles
  338. - Changed NanAsyncWorker to allocate error messages on the heap
  339. - Changed NanThrowError(Local<Value>) to NanThrowError(Handle<Value>)
  340. - Fixed leak in NanAsyncWorker when errmsg is used
  341. ### 0.2.2 Aug 5 2013
  342. - Fixed usage of undefined variable with node::BASE64 in NanFromV8String()
  343. ### 0.2.1 Aug 5 2013
  344. - Fixed 0.8 breakage, node::BUFFER encoding type not available in 0.8 for
  345. NanFromV8String()
  346. ### 0.2.0 Aug 5 2013
  347. - Added NAN_PROPERTY_GETTER, NAN_PROPERTY_SETTER, NAN_PROPERTY_ENUMERATOR,
  348. NAN_PROPERTY_DELETER, NAN_PROPERTY_QUERY
  349. - Extracted _NAN_METHOD_ARGS, _NAN_GETTER_ARGS, _NAN_SETTER_ARGS,
  350. _NAN_PROPERTY_GETTER_ARGS, _NAN_PROPERTY_SETTER_ARGS,
  351. _NAN_PROPERTY_ENUMERATOR_ARGS, _NAN_PROPERTY_DELETER_ARGS,
  352. _NAN_PROPERTY_QUERY_ARGS
  353. - Added NanGetInternalFieldPointer, NanSetInternalFieldPointer
  354. - Added NAN_WEAK_CALLBACK, NAN_WEAK_CALLBACK_OBJECT,
  355. NAN_WEAK_CALLBACK_DATA, NanMakeWeak
  356. - Renamed THROW_ERROR to _NAN_THROW_ERROR
  357. - Added NanNewBufferHandle(char*, size_t, node::smalloc::FreeCallback, void*)
  358. - Added NanBufferUse(char*, uint32_t)
  359. - Added NanNewContextHandle(v8::ExtensionConfiguration*,
  360. v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Value>)
  361. - Fixed broken NanCallback#GetFunction()
  362. - Added optional encoding and size arguments to NanFromV8String()
  363. - Added NanGetPointerSafe() and NanSetPointerSafe()
  364. - Added initial test suite (to be expanded)
  365. - Allow NanUInt32OptionValue to convert any Number object
  366. ### 0.1.0 Jul 21 2013
  367. - Added `NAN_GETTER`, `NAN_SETTER`
  368. - Added `NanThrowError` with single Local<Value> argument
  369. - Added `NanNewBufferHandle` with single uint32_t argument
  370. - Added `NanHasInstance(Persistent<FunctionTemplate>&, Handle<Value>)`
  371. - Added `Local<Function> NanCallback#GetFunction()`
  372. - Added `NanCallback#Call(int, Local<Value>[])`
  373. - Deprecated `NanCallback#Run(int, Local<Value>[])` in favour of Call