Skip to content

Releases: itgalaxy/execa-webpack-plugin

2.0.1

19 Apr 14:03

Choose a tag to compare

  • Fix: don't crash when argument is empty (string/array/object).
  • Fix: improve output error on empty or invalid event.

2.0.0

19 Apr 12:55
289cff9

Choose a tag to compare

  • Changed: remove webpack@2 and webpack@3 support.
  • Removed: onBuildStart, onBuildEnd and onBuildExit options. Use new events onCompile, onAfterEmit and onDone options.

1.1.0

18 Apr 19:43

Choose a tag to compare

  • Feature: run onBuildEnd and onBuildExit (for webpack@4) in async mode.

1.0.6

15 Mar 09:40

Choose a tag to compare

  • Chore: minimum required execa version is now ^0.10.0.

1.0.5

07 Mar 16:21

Choose a tag to compare

  • Refactor: reduce memory usage and increase performance.

1.0.4

27 Feb 19:24

Choose a tag to compare

  • Fixed: compatibility with webpack >= 4.0.0.
  • Fixed: add webpack in peerDependencies.

1.0.3

15 Jan 15:16

Choose a tag to compare

  • Chore: minimum required execa version is now ^0.9.0.

1.0.2

11 Jan 10:58

Choose a tag to compare

  • Chore: simplify error handling.
  • Tests: improve code coverage.

1.0.1

22 Dec 11:28

Choose a tag to compare

  • Fixed: remove unnecessary output stdout: and stderr:.

1.0.0

22 Dec 10:17

Choose a tag to compare

  • Chore: public initial release.