|
1 | 1 | # node-addon-api Changelog
|
2 | 2 |
|
| 3 | +## 2022-05-02 Version 5.0.0, @NickNaso |
| 4 | + |
| 5 | +### Notable changes: |
| 6 | + |
| 7 | +#### API |
| 8 | +- Marked methods of wrapper classes `const`. |
| 9 | +- Enabled wrapping `Napi` namespace with custom namespace. |
| 10 | +- Added an override to `Napi::Function::Call` to call it with a c-style array |
| 11 | +of `Napi::Value`'s. |
| 12 | +- Some other minor fixes. |
| 13 | + |
| 14 | +#### TEST |
| 15 | + |
| 16 | +- Improved the test framework. Added the possibility to run subsets of tests |
| 17 | +more easily. |
| 18 | +- Added test for `Napi::AsyncContext` class. |
| 19 | +- Fixed ramdom failure on test for `Napi::ThreadSafeFunction` e |
| 20 | +`Napi::TypedThreadSafeFunction` class. |
| 21 | +- Fixed compilation problem on debian 8 system. |
| 22 | +- Added test for `Napi::Object::Set()` method. |
| 23 | + |
| 24 | +### Documentation |
| 25 | +- Added some clarifications for `Napi::ClassPropertyDescriptor`. |
| 26 | +- Added clarification about weak reference for `Napi::ObjectWrap`. |
| 27 | +- Some minor fixes all over the documentation. |
| 28 | + |
| 29 | +### TOOL |
| 30 | + |
| 31 | +- Fixed `eslint` configuration. |
| 32 | +- Fixed CI configuration for Windows. |
| 33 | +- Enabled pre-commit `ClangFormat` on Windows. |
| 34 | + |
| 35 | +### Commits |
| 36 | + |
| 37 | +* \[[`f32db917f3`](https://github.com/nodejs/node-addon-api/commit/f32db917f3)] - Add test coverage for async contexts (#1164) (Jack) |
| 38 | +* \[[`24455f88af`](https://github.com/nodejs/node-addon-api/commit/24455f88af)] - **src**: check for tsfn in conditional\_variable wait (Kevin Eady) [#1168](https://github.com/nodejs/node-addon-api/pull/1168) |
| 39 | +* \[[`40ed7ce409`](https://github.com/nodejs/node-addon-api/commit/40ed7ce409)] - **src**: fix regression introduced by #874 (Michael Dawson) |
| 40 | +* \[[`9bea434326`](https://github.com/nodejs/node-addon-api/commit/9bea434326)] - **doc**: added some comments to ClassPropertyDescriptor. (#1149) (Nicola Del Gobbo) |
| 41 | +* \[[`57c212e15f`](https://github.com/nodejs/node-addon-api/commit/57c212e15f)] - **buld**: Enable running pre-commit ClangFormat on Win (Vladimir Morozov) |
| 42 | +* \[[`8c46a9501a`](https://github.com/nodejs/node-addon-api/commit/8c46a9501a)] - **doc**: clarify ObjectWrap weak ref behavior (#1155) (Alba Mendez) |
| 43 | +* \[[`01274966d5`](https://github.com/nodejs/node-addon-api/commit/01274966d5)] - **build**: run Windows CI only on nondeprecated build configurations (#1152) (Darshan Sen) |
| 44 | +* \[[`b8449e17e0`](https://github.com/nodejs/node-addon-api/commit/b8449e17e0)] - **src**: mark methods of wrapper classes const (Nikolai Vavilov) [#874](https://github.com/nodejs/node-addon-api/pull/874) |
| 45 | +* \[[`5e2c1f24f8`](https://github.com/nodejs/node-addon-api/commit/5e2c1f24f8)] - **lint**: set sourceType to 'script' (#1141) (Anna Henningsen) |
| 46 | +* \[[`da8af20152`](https://github.com/nodejs/node-addon-api/commit/da8af20152)] - **doc**: mention Napi::Env arg for Finalization callback (#1139) (extremeheat) |
| 47 | +* \[[`5b51864a39`](https://github.com/nodejs/node-addon-api/commit/5b51864a39)] - **src**: enable wrapping Napi namespace with custom namespace (#1135) (Anna Henningsen) |
| 48 | +* \[[`c54aeef5fd`](https://github.com/nodejs/node-addon-api/commit/c54aeef5fd)] - Add Function::Call Napi::Value override (#1026) (rgerd) |
| 49 | +* \[[`e906b5a7ce`](https://github.com/nodejs/node-addon-api/commit/e906b5a7ce)] - **test**: fix compilation problem on debian 8 (NickNaso) [#1138](https://github.com/nodejs/node-addon-api/pull/1138) |
| 50 | +* \[[`5790c55784`](https://github.com/nodejs/node-addon-api/commit/5790c55784)] - **src**: do not use non-static class member for constant value (#1134) (Anna Henningsen) |
| 51 | +* \[[`b7659db945`](https://github.com/nodejs/node-addon-api/commit/b7659db945)] - Merge pull request #1130 from meixg/main (Jack) |
| 52 | +* \[[`a840d51d21`](https://github.com/nodejs/node-addon-api/commit/a840d51d21)] - Add test case for Object Set using uint32 as key (meixg) |
| 53 | +* \[[`2c88a7ec4c`](https://github.com/nodejs/node-addon-api/commit/2c88a7ec4c)] - Merge pull request #1132 from JckXia/test-wfl-run (Jack) |
| 54 | +* \[[`d3a5ed3869`](https://github.com/nodejs/node-addon-api/commit/d3a5ed3869)] - _**Revert**_ "window CI to running on 2019" (JckXia) |
| 55 | +* \[[`cee899ade5`](https://github.com/nodejs/node-addon-api/commit/cee899ade5)] - **src**: allow customization of ObjectWrap behavior (Aaron Meriwether) [#1125](https://github.com/nodejs/node-addon-api/pull/1125) |
| 56 | +* \[[`91879b4082`](https://github.com/nodejs/node-addon-api/commit/91879b4082)] - remove window-latest to debug (JckXia) |
| 57 | +* \[[`1593ef46ee`](https://github.com/nodejs/node-addon-api/commit/1593ef46ee)] - Testing CI run (JckXia) |
| 58 | +* \[[`744c8d2410`](https://github.com/nodejs/node-addon-api/commit/744c8d2410)] - **test**: enhance the test framework (Deepak Rajamohan) |
| 59 | + |
3 | 60 | ## 2022-01-21 Version 4.3.0, @NickNaso
|
4 | 61 |
|
5 | 62 | ### Notable changes:
|
|
0 commit comments