Releases: gajus/turbowatch
Releases · gajus/turbowatch
v2.0.2
fix: add noLeading to logs
v2.0.1
fix: re-add initialRun logic
v2.0.0
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
orsize
attributes of the file that changed
v1.9.4
fix: provide dirname without depth
v1.9.3
fix: auto resolve file extensions
v1.9.2
fix: correct script path
v1.9.1
fix: add turbowatch bin
v1.9.0
feat: add default graceful termination
v1.8.1
fix: issue unsubscribe command
v1.8.0
fix: correct internal type