Releases: francesca64/hotwatch
Releases · francesca64/hotwatch
v0.2.0
This release includes significant breaking API changes.
- Updated to notify 4.0.
hotwatch::Event
is now merely an alias fornotify::DebouncedEvent
, as it's a very nice type with even nicer documentation.Hotwatch::watch
has become more powerful, but potentially more surprising; when watching a directory, the handler will now receive events for all contents, recursing into subdirectories. However, if any of those directory contents have their own handlers, only the most specific applicable handle will be fired. You can read about this in the documentation.
v0.1.0
🍾