Skip to content

Releases: webpack/watchpack

v2.0.0-beta.10

07 Jan 10:20
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

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 when files or directories 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 and changes in the aggregated event no longer both contain a file

v2.0.0-beta.9

29 Oct 07:18
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

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

21 Oct 13:31
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Features

  • allow all Iterables instead of only Array

v2.0.0-beta.7

10 Jul 18:21
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Features

  • add followSymlinks option

v2.0.0-beta.6

10 Jul 18:19
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

Bugfixes

  • Normalize readdir result to NFC
  • Skip watching the root of the filesystem as file even when requested

v2.0.0-beta.5

01 Jul 06:47
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Dependencies

  • move dependency to devDependency

v2.0.0-beta.4

16 May 19:58
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

Features

  • add ignored option

Bugfixes

  • Polling no longer uses fs.watchFile but polls the directory directly

Contributing

  • added prettier

v2.0.0-beta.3

08 May 19:12
Compare
Choose a tag to compare

Bugfixes

  • fix a bug where scanning got stuck

v1.5.0

28 Feb 20:00
Compare
Choose a tag to compare
  • set polling interval for binary files too
  • update chokidar to v2
  • OSX: not existing directories can be watched
  • adding files now also causes change events

v1.4.0

15 Jul 09:33
Compare
Choose a tag to compare

Bugfixes:

  • Fixed watch for directories containing special glob characters
  • Handle directory added event correctly