Skip to content

Releases: webpack/watchpack

v2.0.0-beta.14

06 Aug 13:15
Compare
Choose a tag to compare
v2.0.0-beta.14 Pre-release
Pre-release

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

24 Jul 16:08
Compare
Choose a tag to compare

Bugfixes

  • remove unneeded files from package

v1.7.3

24 Jul 16:09
Compare
Choose a tag to compare

Bugfixes

v1.7.2

24 Jul 16:05
Compare
Choose a tag to compare

Features

  • support chokidar 2 and 3 for node.js 6 - 14 support

v1.7.1

24 Jul 16:05
Compare
Choose a tag to compare

broken publish

v1.7.0

24 Jul 15:37
Compare
Choose a tag to compare

broken publish

v1.6.1

26 Mar 19:38
Compare
Choose a tag to compare
  • force upgrade chokidar for security reasons

v2.0.0-beta.13

02 Mar 16:24
Compare
Choose a tag to compare
v2.0.0-beta.13 Pre-release
Pre-release

Bugfixes

  • fix handling of renames that only change the casing of files on a case-insensitive filesystem

v2.0.0-beta.12

15 Jan 13:46
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

Bugfixes

  • don't fire change events when files are only read

Dependencies

  • remove neo-async dependency to be smaller

v2.0.0-beta.11

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

Features

  • Support /RegExp/ for ignored option

Bugfixes

  • aggregateTimeout: 0 now works correctly