Releases: Axosoft/nsfw
Releases · Axosoft/nsfw
v2.0.0: Leverage Napi, drop support for <10.16.0
The update to Napi drops all support for Node versions before 10.16.0. This change should not have any additional breaking changes from 1.2.9
v1.2.9: Revert Napi Changes
Napi v4 does not support < 10.16.0. Since there are some people on older versions of 10, we'll release the previous patch fix without Napi and then release the Napi changes as 2.0.0.
v1.2.8: Upgrade to Napi
- Fixes issue on windows where we were emitting a rename and a modified change for rename events.
- Upgrades NSFW to Napi.
- Remove dependency on
fs-extra
,babel
,lodash.isinteger
, andlodash.isundefined
v1.2.7
- Add support for longpaths
- Fix some typings in typescript
- Update some packages with security alerts on them
v1.2.6
- Fixes for electron 7.1 builds
- Fixes some typescript typings
v1.2.5 Fix race condition and add Node 12 support
v1.2.4 Patch memory leak in event handoff to event callback
v1.2.3 Patch memory leak
Merged #74 which fixes memory leak from unnecessary strdup in Linux.
v1.1.1
Removed dependency on promisify-node as it is causing issues in Node 10 environments.
PRs shipped with 1.1.1:
v1.1.0
Bumped minor version, not because there are new APIs, but because we have made major changes to the underlying C++ in NSFW. This release also merges a fix for compiling in Node 10 environments.
PRs shipped with 1.1.0: