Releases: webpack/watchpack
Releases · webpack/watchpack
v2.0.0-beta.11
Features
- Support
/RegExp/
forignored
option
Bugfixes
aggregateTimeout: 0
now works correctly
v2.0.0-beta.10
Changes
- Changed API to take an options object
- Old API is also accepted without warning (it may be deprecated in the next major)
- emit
remove
event whenfiles
ordirectories
are not found during initial scan- It's assumed that they are removed between reading and watching start
Features
- add watching of
missing
items
Bugfixes
removals
andchanges
in theaggregated
event no longer both contain a file
v2.0.0-beta.9
Breaking Changes
- increase minimum node.js version to 10
Bugfixes
- use options identify instead of stringified options
Performance
- avoid calling
process.nextTick
when unneeded on watcher creation - cache time entry map in Watcher
- close watchers faster
- avoid an unneeded filter call
v2.0.0-beta.8
Features
- allow all Iterables instead of only Array
v2.0.0-beta.7
Features
- add
followSymlinks
option
v2.0.0-beta.6
Bugfixes
- Normalize readdir result to NFC
- Skip watching the root of the filesystem as file even when requested
v2.0.0-beta.5
Dependencies
- move dependency to devDependency
v2.0.0-beta.4
Features
- add
ignored
option
Bugfixes
- Polling no longer uses fs.watchFile but polls the directory directly
Contributing
- added prettier
v2.0.0-beta.3
Bugfixes
- fix a bug where scanning got stuck