Releases: samuelcolvin/watchfiles
Releases · samuelcolvin/watchfiles
v0.6
- allow to watch signle file #52
- gracefully stop child processes #51
- add
MANIFEST.in
so LICENCE
is included in .tar.gz
, rewrite readme in markdown, tests for python 3.8 #54
- pass arguments to the target function #50
v0.5
- change
RegExpWatcher
to allow re_files
or re_dirs
#34
- allow no tty device #42
- add CWD to python path, fix cli #43
- fix formatting and add tests for python 3.7 #44
v0.4
- Fix
re_dirs
check in RegExpWatcher
#23
v0.3
- update dependencies
- allow
watcher_kwargs
to awatcher
, #22
v0.2
- entirely rewrite
awatch
to better debounce changes
- rewrite to use
awatch
in watch
rather than duplicate logic
- ignore directory not existing in check, fix #10
v0.1
Add stop_event
to iterators.
v0.0.1
adding callback argument to (a)run_process