fsnotify v0.3.0.0 Release Notes

  • ๐Ÿ›  API breaking update with a number of bugfixes and improvements.

    • Now we can detect directory creation/deletion. A boolean flag has been added to Event to indicate if the event pertains to a directory or not. This is the only API change.
    • ๐Ÿง Test stability improvements + CI test suites now passing on Windows, Linux, and Mac.
    • ๐Ÿ‘€ Interpreting OSX hfsevents flags is more sane now (see comments in OSX.hs for details).
    • ๐Ÿ‘Œ Improve a race condition when adding watches on Linux.
    • ๐Ÿ‘Œ Improve robustness of the PollManager.
    • ๐Ÿ›  Fix double call to closeHandle on Windows.
    • โœ‚ Remove comments about locking from the documentation.