Release 3.0.2
SemVer patch release to pull changes since the last release. The main motivations for the release are:
- Fixed the compilation breakage introduced in the previous release (v3.0.1).
- Added the new
Napi::Addon
api to o help handle the loading of a native add-on into multiple
threads and or multiple times in the same thread. - Converted tests that gc into async functions that await 10 ticks after each gc.
- Refactored test for threasfafe function using async/await.
- Some minor corrections all over the test suite and documentation.