v1.0.0
Breaking changes:
- Events are now flagged using the nsfw.actions enumeration instead of as strings.
- nsfw is created by calling `nsfw('path', eventCallback, { debounceMS, errorCallback})` which returns a promise with the newly created file watcher.
- nsfw no longer reports renames for watching a single file, it just reports deletions / creations instead.