All Versions
11
Latest Version
Avg Release Cycle
90 days
Latest Release
-

Changelog History
Page 1

  • v0.3.0.0 Changes

    ๐Ÿ›  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.
  • v0.2.1 Changes

    July 30, 2015

    Don't use system-filepath

  • v0.2.1.2 Changes

    April 23, 2018

    โšก๏ธ Update to the new hinotify API (v0.3.10)

  • v0.2.1.1 Changes

    July 26, 2017

    ๐Ÿง Catch IO exceptions when initialising inotify on Linux

  • v0.2 Changes

    July 25, 2015

    ๐Ÿ—„ Use filepath instead of deprecated system-filepath

  • v0.2.0.3

    July 29, 2015
  • v0.2.0.2

    July 27, 2015
  • v0.1 Changes

    May 14, 2014
    • ๐Ÿ‘ 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.
  • v0.1.0.3 Changes

    August 08, 2014
    • ๐Ÿ›  Fix the tests
  • v0.1.0.2 Changes

    May 16, 2014
    • โช Restore compatibility with GHC 7.4
    • ๐Ÿ›  Fix a bug in treeExtAny, which previously work identically to treeExtExists
    • ๐Ÿ‘Œ Improve documentation