fsnotify v0.1 Release Notes

Release Date: 2014-05-14 // almost 10 years ago
    • ๐Ÿ‘ Allow to stop a listening job. Note this changes the return type of watching functions from () to IO ().
    • Previously, some care was taken to prevent multiple callbacks from running simultaneously. It is now the user's responsibility. See #43 for details.
    • ๐Ÿ Previously, paths returned to callbacks were relative on Windows. Now they are absolute, like on the other platforms.
    • The WatchConfig type has changed. Previously, it only specified debouncing parameters. Now it also contains polling parameters.
    • The isPollingManager function is added to determine, at runtime, whether the polling implementation is used.