fix(tswatch.classes.watcher): Convert directory watch paths to glob patterns for smartwatch compatibility

This commit is contained in:
2025-12-04 08:30:05 +00:00
parent d6f3381e71
commit ad41fe876d
4 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-12-04 - 2.2.3 - fix(tswatch.classes.watcher)
Convert directory watch paths to glob patterns for smartwatch compatibility
- Watcher: convert directory paths to recursive glob patterns before adding them to Smartwatch so directories are watched recursively (e.g. /path/to/dir/ -> /path/to/dir/**/*).
- Readme: added migration note explaining that directory paths are converted to glob patterns for smartwatch compatibility.
## 2025-12-01 - 2.2.2 - fix(core)
Replace smartchok/smartfile with smartwatch/smartfs, update watcher and plugins, and bump dependencies