Skip to content

Releases: gajus/turbowatch

v2.0.2

16 Mar 03:51
Compare
Choose a tag to compare
fix: add noLeading to logs

v2.0.1

15 Mar 16:38
Compare
Choose a tag to compare
fix: re-add initialRun logic

v2.0.0

15 Mar 16:10
Compare
Choose a tag to compare

Turbowatch was developed to leverage Watchman as a superior backend for watching a large number of files. However, along the way, we discovered that Watchman does not support symbolic links (issue #105). Unfortunately, that makes Watchman unsuitable for projects that utilize linked dependencies (which is the direction in which the ecosystem is moving for dependency management in monorepos). As such, Watchman was replaced with chokidar. We are hoping to provide Watchman as a backend in the future. Therefore, we made Turbowatch expressions syntax compatible with a subset of Watchman expressions.

BREAKING CHANGE:

  • various miscellaneous expressions have been dropped
  • debounce became part of the watch configuration
  • change event no longer describes exists, mtime or size attributes of the file that changed

v1.9.4

15 Mar 07:02
Compare
Choose a tag to compare
fix: provide dirname without depth

v1.9.3

14 Mar 06:31
Compare
Choose a tag to compare
fix: auto resolve file extensions

v1.9.2

14 Mar 04:53
Compare
Choose a tag to compare
fix: correct script path

v1.9.1

14 Mar 04:48
Compare
Choose a tag to compare
fix: add turbowatch bin

v1.9.0

12 Mar 11:25
Compare
Choose a tag to compare
feat: add default graceful termination

v1.8.1

12 Mar 01:40
Compare
Choose a tag to compare
fix: issue unsubscribe command

v1.8.0

12 Mar 01:19
Compare
Choose a tag to compare
fix: correct internal type