Skip to content

v0.3.0

Compare
Choose a tag to compare
@francesca64 francesca64 released this 15 Jun 19:47

This release includes a non-breaking API change and a potentially breaking behavior change.

  • Hotwatch::watch now accepts any path type that satisfies AsRef<Path>.
  • Paths are automatically canonicalized. This is to prevent surprising behavior with handler matching. As a result of this, the paths enclosed in hotwatch::Event variants are now absolute, which can potentially break existing applications.