watchexec/crates/filterer/globset/CHANGELOG.md
Félix Saparelli 6c23afe839
feat: make it possible to watch non-recursively (#827)
Fixes #227
Fixes #174

docs(cli): be more precise in print-events advice to use `-v`
docs(cli): improve jaq error help
feat(cli): add `-W` for non-recursive watches
feat(cli): use non-blocking logging
feat(globset): hide `fmt::Debug` spew from ignore crate
feat(ignore-files): hide `fmt::Debug` spew from ignore crate
feat(lib): make it possible to watch non-recursively
fix(lib): inserting `WatchedPath`s directly should be possible
refactor(lib): move `WatchedPath` out of `fs` mod
2024-04-28 06:33:07 +00:00

842 B

Changelog

Next (YYYY-MM-DD)

  • Hide fmt::Debug spew from ignore crate, use full_debug feature to restore.

v4.0.0 (2024-04-20)

  • Deps: watchexec 4

v3.0.0 (2024-01-01)

  • Deps: watchexec-filterer-ignore and ignore-files

v2.0.1 (2023-12-09)

  • Depend on watchexec-events instead of the watchexec re-export.

v1.2.0 (2023-03-18)

  • Ditch MSRV policy. The rust-version indication will remain, for the minimum estimated Rust version for the code features used in the crate's own code, but dependencies may have already moved on. From now on, only latest stable is assumed and tested for. (#510)

v1.1.0 (2023-01-09)

  • MSRV: bump to 1.61.0

v1.0.1 (2022-09-07)

  • Deps: update miette to 5.3.0

v1.0.0 (2022-06-23)

  • Initial release as a separate crate.