Skip to content

v1.1.0

Compare
Choose a tag to compare
@es128 es128 released this 19 Feb 17:42
· 128 commits to master since this release

No longer specifies itself as compatible with darwin platform only to resolve longstanding issues with npm and optional/platform-specific dependencies. Will now install seamlessly on all platforms, but will throw an error if loaded on an incompatible system.

As was already the case, require('fsevents') should be wrapped in a try statement when needing to ensure cross-compatibility.