CHANGELOG.md

# Changelog

## v0.1.0 (2022-03-24)

* **Fix**: Use default latency of 500ms for watcher on macOS to reduce double-copies

### v0.1.0-rc.2 (2022-03-24)

* **Add**: Add some basic tests
* **Fix**: Removing a file no longer causes an error

### v0.1.0-rc.1 (2022-03-23)

* **Add**: Perform an initial copy when watcher starts

### v0.1.0-rc.0 (2022-03-22)

* Initial release
* **Add**: `mix phx.copy` task
* **Add**: `Phoenix.Copy.watch/1` with Phoenix Endpoint watcher compatibility