Skip to content

Releases: francesca64/hotwatch

v0.2.0

15 Jun 19:46
Compare
Choose a tag to compare

This release includes significant breaking API changes.

  • Updated to notify 4.0.
  • hotwatch::Event is now merely an alias for notify::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

15 Jun 19:45
Compare
Choose a tag to compare

🍾