Skip to content

Releases: webpack/watchpack

v2.0.0-beta.5

01 Jul 06:47

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

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

Choose a tag to compare

Bugfixes

  • fix a bug where scanning got stuck

v1.5.0

28 Feb 20:00

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

Choose a tag to compare

Bugfixes:

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

v1.3.1

15 Jul 09:34

Choose a tag to compare

Bugfixes:

  • readd mtimes property

v1.3.0

15 Jul 09:36

Choose a tag to compare

Bugfixes:

  • track removal times

v1.2.1

15 Jul 09:36

Choose a tag to compare

Bugfixes:

  • don't adjust fs accuracy on inital scan

v1.2.0

30 Dec 13:56

Choose a tag to compare

  • Fix watch callback being called twice during initial build.
  • Fix remove event not being emitted.
  • Update async dependency.
  • Tests for macOS finally work again.