Skip to content

Releases: samuelcolvin/watchfiles

v0.12

01 Apr 12:31
90a149d
Compare
Choose a tag to compare

Allow watch to take a stop_event #112.

Full Changelog: v0.11...v0.12

v0.8.2

01 Apr 12:12
8ed33cc
Compare
Choose a tag to compare
  • Add message about package renaming in readme
  • switch to pypi classifier Development Status :: 7 - Inactive

v0.11

30 Mar 19:04
93ee394
Compare
Choose a tag to compare
  • fix conflicting black versions by @Fronkan in #107
  • fix file modifying on Windows #108
  • Rework CLI and run_process/arun_process to support either python functions for shell commands, #106 & #109

Full Changelog: v0.10...v0.11

v0.10

23 Mar 17:24
f275f79
Compare
Choose a tag to compare
  • Rewrite the whole thing to use rust notify
  • rename from watchgod to watchfiles
  • Write full api docs with mkdocs

Boom

v0.10a1

22 Mar 22:20
e1461fa
Compare
Choose a tag to compare
v0.10a1 Pre-release
Pre-release

Rewrite the whole thing to use rust notify. #98. Boom.

v0.8.1

21 Mar 18:10
59c5eb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8...v0.8.1

v0.8

14 Mar 12:03
63a4965
Compare
Choose a tag to compare

Full Changelog: v0.7...v0.8

v0.7

30 Jan 16:30
Compare
Choose a tag to compare
  • 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

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