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 1
1
# node-addon-api Changelog
2
2
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
+
3
24
## 2018-11-02 Version 1.6.0 (Current), @NickNaso
4
25
5
26
### Notable changes:
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ to ideas specified in the **ECMA262 Language Specification**.
46
46
- ** [ Contributors] ( #contributors ) **
47
47
- ** [ License] ( #license ) **
48
48
49
- ## ** Current version: 1.6**
49
+ ## ** Current version: 1.6.1 **
50
50
51
51
(See [ CHANGELOG.md] ( CHANGELOG.md ) for complete Changelog)
52
52
Original file line number Diff line number Diff line change 57
57
"test" : " node test" ,
58
58
"doc" : " doxygen doc/Doxyfile"
59
59
},
60
- "version" : " 1.6.0 "
60
+ "version" : " 1.6.1 "
61
61
}
You can’t perform that action at this time.
0 commit comments