Skip to content

Commit 133e13d

Browse files
committed
Prepare release v4.3.0.
1 parent 7046834 commit 133e13d

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# node-addon-api Changelog
22

3+
## 2022-01-21 Version 4.3.0, @NickNaso
4+
5+
### Notable changes:
6+
7+
#### API
8+
9+
- Added iterator for `Napi::Object`.
10+
- Fixed usage of `napi_extended_error_info` in `Napi::Error::New()`.
11+
- Added unwrapping logic to handle graceful error handling for primitives.
12+
13+
#### TEST
14+
15+
- Removed travis config.
16+
- Updated compiler used for testing.
17+
- Added BigInt value test.
18+
- Minor fixes all overtest suite.
19+
20+
### Documentation
21+
22+
- Documentation of iterator for `Napi::Object`.
23+
- Minor fixes all over documentation.
24+
25+
### Commits
26+
27+
* [[`7046834305`](https://github.com/nodejs/node-addon-api/commit/7046834305)] - Update to use recent version of stale action (Michael Dawson)
28+
* [[`293c7327ad`](https://github.com/nodejs/node-addon-api/commit/293c7327ad)] - Merge pull request #1075 from JckXia/handle-error-thrown (Jack)
29+
* [[`706b19986d`](https://github.com/nodejs/node-addon-api/commit/706b19986d)] - **test**: create tools/eslint-format (Doni Rubiagatra) [#1080](https://github.com/nodejs/node-addon-api/pull/1080)
30+
* [[`e0567d098a`](https://github.com/nodejs/node-addon-api/commit/e0567d098a)] - Update documents (JckXia)
31+
* [[`691813842e`](https://github.com/nodejs/node-addon-api/commit/691813842e)] - Refactor code. Using hard coded string instead of using symbol (JckXia)
32+
* [[`7423cc5025`](https://github.com/nodejs/node-addon-api/commit/7423cc5025)] - Update object\_wrap.md (#1094) (Alexander Floh)
33+
* [[`5aab27e6e1`](https://github.com/nodejs/node-addon-api/commit/5aab27e6e1)] - **doc**: add blurb about SetInstanceData (Gabriel Schulhof)
34+
* [[`e439222fe6`](https://github.com/nodejs/node-addon-api/commit/e439222fe6)] - **test**: add bigint value test (WenheLI) [#1096](https://github.com/nodejs/node-addon-api/pull/1096)
35+
* [[`0dfa89f4ef`](https://github.com/nodejs/node-addon-api/commit/0dfa89f4ef)] - **doc**: document object iterators (#1090) (Darshan Sen)
36+
* [[`04b26a9d9b`](https://github.com/nodejs/node-addon-api/commit/04b26a9d9b)] - **test**: add first set of func Ref tests (JckXia) [#1035](https://github.com/nodejs/node-addon-api/pull/1035)
37+
* [[`a0b3fe9197`](https://github.com/nodejs/node-addon-api/commit/a0b3fe9197)] - Replace magic value with symbol (JckXia)
38+
* [[`173c5bc9d9`](https://github.com/nodejs/node-addon-api/commit/173c5bc9d9)] - Update PR based on review comments (JckXia)
39+
* [[`02bcfbccfd`](https://github.com/nodejs/node-addon-api/commit/02bcfbccfd)] - Update doc and appending GUID to object property (JckXia)
40+
* [[`c89f0bfb0b`](https://github.com/nodejs/node-addon-api/commit/c89f0bfb0b)] - Remove un-necessary comment/iostream and updated docs to reflect on limitations with this impl (JckXia)
41+
* [[`ed4d1c51c4`](https://github.com/nodejs/node-addon-api/commit/ed4d1c51c4)] - Added unwrapping logic to handle graceful error handling for primitives (JckXia)
42+
* [[`4663453eae`](https://github.com/nodejs/node-addon-api/commit/4663453eae)] - **src**: fix usage of `napi_extended_error_info` in `Error::New()` (Darshan Sen) [#1092](https://github.com/nodejs/node-addon-api/pull/1092)
43+
* [[`cb228418e6`](https://github.com/nodejs/node-addon-api/commit/cb228418e6)] - **doc**: fix typo in TypedThreadSafeFunction example (#1083) (Tobias Nießen)
44+
* [[`b70acdda1f`](https://github.com/nodejs/node-addon-api/commit/b70acdda1f)] - **test**: remove travis config (#1082) (Michael Dawson)
45+
* [[`1404b7cbea`](https://github.com/nodejs/node-addon-api/commit/1404b7cbea)] - **test**: update compiler used for testing (#1079) (Michael Dawson)
46+
* [[`4351bffd53`](https://github.com/nodejs/node-addon-api/commit/4351bffd53)] - **doc**: fixup to meet lint rules (Michael Dawson) [#1077](https://github.com/nodejs/node-addon-api/pull/1077)
47+
* [[`bd8f6e6d1a`](https://github.com/nodejs/node-addon-api/commit/bd8f6e6d1a)] - **src**: add iterator for Object (Darshan Sen)
48+
* [[`d8fc7b869a`](https://github.com/nodejs/node-addon-api/commit/d8fc7b869a)] - **lint**: add eslint based on config-semistandard (#1067) (Doni Rubiagatra)
49+
350
## 2021-09-17 Version 4.2.0, @NickNaso
451

552
### Notable changes:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ and node-addon-api.
7070
- **[Contributors](#contributors)**
7171
- **[License](#license)**
7272

73-
## **Current version: 4.2.0**
73+
## **Current version: 4.3.0**
7474

7575
(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)
7676

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"name": "Alba Mendez",
1212
"url": "https://github.com/jmendeth"
1313
},
14+
{
15+
"name": "Alexander Floh",
16+
"url": "https://github.com/alexanderfloh"
17+
},
1418
{
1519
"name": "András Timár, Dr",
1620
"url": "https://github.com/timarandras"
@@ -87,6 +91,10 @@
8791
"name": "Dongjin Na",
8892
"url": "https://github.com/nadongguri"
8993
},
94+
{
95+
"name": "Doni Rubiagatra",
96+
"url": "https://github.com/rubiagatra"
97+
},
9098
{
9199
"name": "Ferdinand Holzer",
92100
"url": "https://github.com/fholzer"
@@ -311,6 +319,11 @@
311319
"name": "Vlad Velmisov",
312320
"url": "https://github.com/Velmisov"
313321
},
322+
{
323+
"name": "WenheLI",
324+
"url": "https://github.com/WenheLI"
325+
},
326+
314327
{
315328
"name": "Yohei Kishimoto",
316329
"url": "https://github.com/morokosi"
@@ -381,6 +394,6 @@
381394
"lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
382395
},
383396
"pre-commit": "lint",
384-
"version": "4.2.0",
397+
"version": "4.3.0",
385398
"support": true
386399
}

0 commit comments

Comments
 (0)