Skip to content

Releases: samuelcolvin/watchfiles

v0.6

08 Mar 19:03
be319f3
Compare
Choose a tag to compare
  • 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

29 Aug 12:06
Compare
Choose a tag to compare
  • 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

07 Dec 09:20
15c72be
Compare
Choose a tag to compare
  • Fix re_dirs check in RegExpWatcher #23

v0.3

15 Nov 22:38
Compare
Choose a tag to compare
  • update dependencies
  • allow watcher_kwargs to awatcher, #22

v0.2

11 May 16:14
Compare
Choose a tag to compare
  • 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.1

06 Apr 21:37
Compare
Choose a tag to compare

fix executor

v0.1

06 Apr 18:57
Compare
Choose a tag to compare

Add stop_event to iterators.

v0.0.3

19 Oct 11:13
Compare
Choose a tag to compare

Add CLI.

v0.0.2

18 Oct 11:46
Compare
Choose a tag to compare
adding awatch lock

v0.0.1

17 Oct 17:43
Compare
Choose a tag to compare
adding callback argument to (a)run_process