Releases: samuelcolvin/watchfiles
Releases · samuelcolvin/watchfiles
v0.12
Allow watch
to take a stop_event
#112.
Full Changelog: v0.11...v0.12
v0.8.2
- Add message about package renaming in readme
- switch to pypi classifier
Development Status :: 7 - Inactive
v0.11
v0.10
- Rewrite the whole thing to use rust notify
- rename from
watchgod
towatchfiles
- Write full api docs with mkdocs
Boom
v0.10a1
v0.8.1
What's Changed
- Allow any Event by @Dreamsorcerer in #99
- correct kwarg name with cli #101
Full Changelog: v0.8...v0.8.1
v0.8
- Add installation instructions by @nurpax in #79
- Don't spam warnings on expected exceptions by @pbiggar in #82
- Add support for Python 3.10 by @joshuadavidthomas in #87
- uprev dependencies #97
- Add
anyio
dependency by @Kludex in #94 - Make sure new code is loaded when reloading process on file changes by @lephuongbg in #92
- Added
--extensions
argument by @AminRezaei0x443 in #86
Full Changelog: v0.7...v0.8
v0.7
- 10-100x speedup by reusing
stat
for each file checked #75 - type hints, mypy checking and PEP-561 marker #58 & #77
- ability to ignore certain paths using CLI argument #60
- catch Ctrl-C on
run_process
#74 - add Emacs temporary files to default ignore list #70
- README docs improvements #57, #63 & #73
- apply "black" formatting 38434c3
- move from travis to github-actions #76
- add "Sponsor" button bf89db5
- update pypi classifiers cfd2b63