All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.10 Changes

    • ๐Ÿ‘ Allow async-2.2.
    • ๐Ÿ“ฆ Use RawFilePath (ByteString) for filenames, from unix package.

    Changes the Event type and addWatch function.

  • v0.3.9 Changes

    Patches contributed by Simon Marlow [email protected]

    • Don't run callbacks in mask_.

    It prevented the callback threads from receiving StackOverflow, amongst other things.

    • ๐Ÿ”€ Synchronous killThread.

    killThread will now wait for the callback dispatcher threads to finish.

    • ๐Ÿ› Bug fixes

    https://github.com/kolmodin/hinotify/pull/23

  • v0.3.8 Changes

    • ๐Ÿ‘‰ Use file system encoding for file names.

    When run in a locale like LANG=C, this ensures that the filename is encoded as a filename, so that arbitrary bytes in it will round-trip correctly, rather than being stripped out.

    Fixes https://github.com/kolmodin/hinotify/issues/13

    Patch contributed by Joey Hess [email protected]