|
1 | 1 | # node-addon-api Changelog
|
2 | 2 |
|
| 3 | +## 2020-07-13 Version 3.0.1, @NickNaso |
| 4 | + |
| 5 | +### Notable changes: |
| 6 | + |
| 7 | +#### API |
| 8 | + |
| 9 | +- Fixed the usage of `Napi::Reference` with `Napi::TypedArray`. |
| 10 | +- Fixed `Napi::ObjectWrap` inheritance. |
| 11 | + |
| 12 | +#### Documentation |
| 13 | + |
| 14 | +- Updated the example for `Napi::ObjectWrap`. |
| 15 | +- Added documentation for instance data APIs. |
| 16 | +- Some minor corrections all over the documentation. |
| 17 | + |
| 18 | +#### TEST |
| 19 | + |
| 20 | +- Fixed test for `Napi::ArrayBuffer` and `Napi::Buffer`. |
| 21 | +- Some minor corrections all over the test suite. |
| 22 | + |
| 23 | +### Commits |
| 24 | + |
| 25 | +* [[`40c7926342`](https://github.com/nodejs/node-addon-api/commit/40c7926342)] - **build**: ensure paths with spaces can be used (Lovell Fuller) [#757](https://github.com/nodejs/node-addon-api/pull/757) |
| 26 | +* [[`ef16dfb4a2`](https://github.com/nodejs/node-addon-api/commit/ef16dfb4a2)] - **doc**: update ObjectWrap example (Gabriel Schulhof) [#754](https://github.com/nodejs/node-addon-api/pull/754) |
| 27 | +* [[`48f6762bf6`](https://github.com/nodejs/node-addon-api/commit/48f6762bf6)] - **src**: add \_\_wasm32\_\_ guards (Gus Caplan) |
| 28 | +* [[`bd2c5ec502`](https://github.com/nodejs/node-addon-api/commit/bd2c5ec502)] - Fixes issue 745. (#748) (Nicola Del Gobbo) |
| 29 | +* [[`4c01af2d87`](https://github.com/nodejs/node-addon-api/commit/4c01af2d87)] - Fix typo in CHANGELOG (#715) (Kasumi Hanazuki) |
| 30 | +* [[`36e1af96d5`](https://github.com/nodejs/node-addon-api/commit/36e1af96d5)] - **src**: fix use of Reference with typed arrays (Michael Dawson) [#726](https://github.com/nodejs/node-addon-api/pull/726) |
| 31 | +* [[`d463f02bc7`](https://github.com/nodejs/node-addon-api/commit/d463f02bc7)] - **src**: fix testEnumerables on ObjectWrap (Ferdinand Holzer) [#736](https://github.com/nodejs/node-addon-api/pull/736) |
| 32 | +* [[`ba7ad37d44`](https://github.com/nodejs/node-addon-api/commit/ba7ad37d44)] - **src**: fix ObjectWrap inheritance (David Halls) [#732](https://github.com/nodejs/node-addon-api/pull/732) |
| 33 | +* [[`31504c862b`](https://github.com/nodejs/node-addon-api/commit/31504c862b)] - **doc**: fix minor typo in object\_wrap.md (#741) (Daniel Bevenius) [#741](https://github.com/nodejs/node-addon-api/pull/741) |
| 34 | +* [[`beccf2145d`](https://github.com/nodejs/node-addon-api/commit/beccf2145d)] - **test**: fix up delays for array buffer test (Michael Dawson) [#737](https://github.com/nodejs/node-addon-api/pull/737) |
| 35 | +* [[`45cb1d9748`](https://github.com/nodejs/node-addon-api/commit/45cb1d9748)] - Correct AsyncProgressWorker link in README (#716) (Jeroen Janssen) |
| 36 | +* [[`381c0da60c`](https://github.com/nodejs/node-addon-api/commit/381c0da60c)] - **doc**: add instance data APIs (Gabriel Schulhof) [#708](https://github.com/nodejs/node-addon-api/pull/708) |
| 37 | + |
3 | 38 | ## 2020-04-30 Version 3.0.0, @NickNaso
|
4 | 39 |
|
5 | 40 | ### Notable changes:
|
|
0 commit comments