Skip to content

Releases: itgalaxy/execa-webpack-plugin

v6.0.2

27 Feb 11:49
Compare
Choose a tag to compare

6.0.2 (2020-02-27)

Bug Fixes

  • do not crash on empty async hook (#42) (7db078e)

v6.0.1

26 Feb 14:38
Compare
Choose a tag to compare

6.0.1 (2020-02-26)

Bug Fixes

  • do not log the No commands message in the dev mode (#41) (a3b56d3)
  • do not overload system when a hook is async (#40) (50260b3)

v6.0.0

19 Dec 11:09
8f9ea7d
Compare
Choose a tag to compare

6.0.0 - 2019-12-19

  • Fixed: support webpack@5
  • Changed: minimum require execa version is 4.0.0.

v5.0.0

19 Dec 11:11
2be57e4
Compare
Choose a tag to compare

5.0.0 - 2019-10-24

  • Changed: minimum require execa version is 3.2.0.
  • Changed: minimum require node version is >= 10.13.0.

v4.0.1

08 Oct 15:54
Compare
Choose a tag to compare

4.0.1 - 2019-10-08

  • Fixed: less unnecessary logging.

v4.0.0

02 Oct 15:07
f5a3a6b
Compare
Choose a tag to compare

4.0.0 - 2019-09-16

  • Changed: the option logLevel is removed.
  • Changed: use built-in webpack logger.
  • Changed: minimum require webpack version is 4.37.0.
  • Fixed: throw error on infrastructureLog hook.
  • Fixed: output warning on empty hook commands.
  • Fixed: argument is empty when nested command does't return nothing.
  • Fixed: error message.
  • Fixed: invalid hook signature for some hook

v3.0.0

25 Jun 13:14
8ae3689
Compare
Choose a tag to compare

3.0.0 - 2019-06-25

  • Changed: minimum require node version is >= 8.9.0.
  • Changed: update execa to version 2 (some arguments was be renamed, please look execa documentation).

2.1.2

27 Aug 10:27
Compare
Choose a tag to compare
  • Chore: minimum required execa version is now ^1.0.0.

2.1.1

24 Aug 16:32
Compare
Choose a tag to compare
  • Chore: minimum required execa version is now ^0.11.0.
  • Chore: minimum required webpack-log version is now ^2.0.0.

2.1.0

26 Apr 17:44
Compare
Choose a tag to compare
  • Feature: support options for commands.
  • Fix: don't crash when bail: true in sync event.