Release 4.3.0
SemVer minor release to pull changes since the last release. The main motivations for the release are:
- Added iterator for
Napi::Object
. - Fixed usage of
napi_extended_error_info
inNapi::Error::New()
. - Added unwrapping logic to handle graceful error handling for primitives.
- Removed travis config.
- Updated compiler used for testing.
- Added BigInt value test.
- Minor fixes all overt est suite.
- Documentation of iterator for
Napi::Object
. - Minor fixes all over documentation.
What's Changed
- lint: add eslint based on config-semistandard by @rubiagatra in #1067
- test: update compiler used for testing by @mhdawson in #1079
- test: remove travis config by @mhdawson in #1082
- doc: fix typo in TypedThreadSafeFunction example by @tniessen in #1083
- doc: document object iterators by @RaisinTen in #1090
- doc: add blurb about SetInstanceData by @gabrielschulhof in #1100
- Update object_wrap.md by @alexanderfloh in #1094
- Add logic to handle graceful error handling when primitive errors are thrown by JS functions by @JckXia in #1075
New Contributors
- @rubiagatra made their first contribution in #1067
- @alexanderfloh made their first contribution in #1094
- @JckXia made their first contribution in #1075
Full Changelog: v4.2.0...v4.3.0