Skip to content

Releases: webpack/watchpack

v2.5.0

23 Dec 12:27

Choose a tag to compare

Features

  • Added types

v2.4.4

21 May 11:09

Choose a tag to compare

Fixes

  • Node.js v24+ changed permission access error codes

v2.4.3

19 May 18:00

Choose a tag to compare

Bugfixes

  • ignore listening for the directory itself to be deleted

Performance

  • limit the number of concurrently open file watchers on macOS

v2.4.2

13 Aug 13:25

Choose a tag to compare

Bugfixes

  • handle empty strings and arrays in ignored

v2.4.1

12 Mar 14:42

Choose a tag to compare

Bugfixes

  • do not report directory as initial missing on the second watch

v2.4.0

02 Jun 11:31

Choose a tag to compare

Bugfixes

  • respect filesystem accuracy more accurately

v2.3.1

02 Jun 11:29

Choose a tag to compare

Bugfixes

  • report time info for directories correctly

v2.3.0

24 Nov 18:11

Choose a tag to compare

Features

  • allow to grab separate file and directory time info objects
  • allow functions passed to the ignored option

Bugfixes

  • ignore EACCESS errors during initial scan

Performance

  • improve performance of watcher update

Contributing

  • CI tests node.js 17 too

v2.1.1

07 Feb 16:37

Choose a tag to compare

Bugfix

  • fix warnings with ENOENT when symlinks are resolved by watchpack

v2.1.0

08 Dec 10:54

Choose a tag to compare

Bugfix

  • use creation time instead of modified time for folder entries that are only watch for existence
    • fixes a problem where webpack rebuilds unnecessarily