File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# node-addon-api Changelog
22
3+ ## 2018-11-14 Version 1.6.1 (Current), @NickNaso
4+
5+ ### Notable changes:
6+
7+ #### Documentation
8+
9+ - Updated links for examples to point to node-addon-examples repo.
10+ - Fixed typos on some parts of documentation.
11+
12+ #### API
13+
14+ - Removed unused member on ` Napi::CallbackScope ` .
15+ - Enabled or disabled ` Napi::CallbackScope ` only with N-API v3.
16+
17+ ### Commmits
18+
19+ * [[ ` e7cd292a74 ` ] ( https://github.com/nodejs/node-addon-api/commit/e7cd292a74 )] - ** src** : remove unused CallbackScope member (Gabriel Schulhof) [ #391 ] ( https://github.com/nodejs/node-addon-api/pull/391 )
20+ * [[ ` d47399fe25 ` ] ( https://github.com/nodejs/node-addon-api/commit/d47399fe25 )] - ** src** : guard CallbackScope with N-API v3 (Michael Dawson) [ #395 ] ( https://github.com/nodejs/node-addon-api/pull/395 )
21+ * [[ ` 29a0262ab9 ` ] ( https://github.com/nodejs/node-addon-api/commit/29a0262ab9 )] - ** doc** : fix typo (Dongjin Na) [ #385 ] ( https://github.com/nodejs/node-addon-api/pull/385 )
22+ * [[ ` b6dc15b88d ` ] ( https://github.com/nodejs/node-addon-api/commit/b6dc15b88d )] - ** doc** : make links point to node-addon-examples repo (Nicola Del Gobbo) [ #389 ] ( https://github.com/nodejs/node-addon-api/pull/389 )
23+
324## 2018-11-02 Version 1.6.0 (Current), @NickNaso
425
526### Notable changes:
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ to ideas specified in the **ECMA262 Language Specification**.
4646- ** [ Contributors] ( #contributors ) **
4747- ** [ License] ( #license ) **
4848
49- ## ** Current version: 1.6**
49+ ## ** Current version: 1.6.1 **
5050
5151(See [ CHANGELOG.md] ( CHANGELOG.md ) for complete Changelog)
5252
Original file line number Diff line number Diff line change 5757 "test" : " node test" ,
5858 "doc" : " doxygen doc/Doxyfile"
5959 },
60- "version" : " 1.6.0 "
60+ "version" : " 1.6.1 "
6161}
You can’t perform that action at this time.
0 commit comments