Changelog for fsnotify-0.2
Changes
Version 0.2
Use filepath instead of deprecated system-filepath
Version 0.1.0.3
- Fix the tests
Version 0.1.0.2
- Restore compatibility with GHC 7.4
- Fix a bug in
treeExtAny, which previously work identically totreeExtExists - Improve documentation
Version 0.1.0.1
Include CHANGELOG.md and README.md in the source distribution.
Version 0.1
- Allow to stop a listening job. Note this changes the return type of watching
functions from
()toIO (). - 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
WatchConfigtype has changed. Previously, it only specified debouncing parameters. Now it also contains polling parameters. - The
isPollingManagerfunction is added to determine, at runtime, whether the polling implementation is used.