Nsfw Versions Save

A super fast and scaleable file watcher that provides a consistent interface on Linux, OSX and Windows

v2.0.0

4 years ago

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

4 years ago

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

4 years ago
  • 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

4 years ago
  • Add support for longpaths
  • Fix some typings in typescript
  • Update some packages with security alerts on them

v1.2.6

4 years ago
  • Fixes for electron 7.1 builds
  • Fixes some typescript typings

v1.2.4

4 years ago

v1.2.3

4 years ago

Merged https://github.com/Axosoft/nsfw/pull/74 which fixes memory leak from unnecessary strdup in Linux.

v1.1.1

5 years ago

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

PRs shipped with 1.1.1:

v1.1.0

5 years ago

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: