Skip to content

Releases: Axosoft/nsfw

v2.0.0: Leverage Napi, drop support for <10.16.0

08 Apr 20:19
Compare
Choose a tag to compare

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

08 Apr 16:18
Compare
Choose a tag to compare

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

06 Apr 18:53
Compare
Choose a tag to compare
  • 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, and lodash.isundefined

v1.2.7

06 Apr 18:52
Compare
Choose a tag to compare
  • Add support for longpaths
  • Fix some typings in typescript
  • Update some packages with security alerts on them

v1.2.6

06 Apr 18:51
Compare
Choose a tag to compare
  • 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

21 Jun 19:16
Compare
Choose a tag to compare

Patch second memory leak discovered in #74 with #77.

v1.2.3 Patch memory leak

13 Jun 18:01
Compare
Choose a tag to compare

Merged #74 which fixes memory leak from unnecessary strdup in Linux.

v1.1.1

05 Oct 16:55
Compare
Choose a tag to compare

Removed dependency on promisify-node as it is causing issues in Node 10 environments.

PRs shipped with 1.1.1:

v1.1.0

25 Sep 17:31
Compare
Choose a tag to compare

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: