Releases: webpack/watchpack
Releases · webpack/watchpack
v2.0.0-beta.15
Features
- add logging of recursive watchers when
WATCHPACK_RECURSIVE_WATCHER_LOGGING
env var is set
Bugfixes
- fix incorrect merging of watchers when reaching the watcher limit
v2.0.0-beta.14
Features
- limit maximum number of os watchers on OSX to 2000 and on windows to 10000
- limit can be changed with WATCHPACK_WATCHER_LIMIT environment variable
- once limit is reached watchers are merged into recursive watchers
- merge multiple os watchers from watchers with different options into one os watcher
Changes
- initial scan do not fire change events when no start time is provided
- improve polling schedule to not try to poll faster than the scanning
Contributing
- node 14 in CI
- test watcher limit of 1 on CI
v1.7.4
v1.7.3
Bugfixes
- force update to latest chokidar version for important bugfix (paulmillr/chokidar#1018)
v1.7.2
v1.7.1
v1.7.0
v1.6.1
v2.0.0-beta.13
Bugfixes
- fix handling of renames that only change the casing of files on a case-insensitive filesystem
v2.0.0-beta.12
Bugfixes
- don't fire change events when files are only read
Dependencies
- remove neo-async dependency to be smaller