v0.3.0
This release includes a non-breaking API change and a potentially breaking behavior change.
Hotwatch::watch
now accepts any path type that satisfiesAsRef<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.