All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.2 (2020-02-27)
6.0.1 (2020-02-26)
- do not log the
No commandsmessage in thedevmode (#41) (a3b56d3) - do not overload system when a hook is async (#40) (50260b3)
- Fixed: support webpack@5
- Changed: minimum require
execaversion is4.0.0.
- Changed: minimum require
execaversion is3.2.0. - Changed: minimum require node version is >= 10.13.0.
- Fixed: less unnecessary logging.
- Changed: the option
logLevelis removed. - Changed: use built-in webpack logger.
- Changed: minimum require
webpackversion is4.37.0. - Fixed: throw error on
infrastructureLoghook. - 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
- Changed: minimum require node version is >= 8.9.0.
- Changed: update
execato version2(some arguments was be renamed, please lookexecadocumentation).
- Chore: minimum required
execaversion is now^1.0.0.
- Chore: minimum required
execaversion is now^0.11.0. - Chore: minimum required
webpack-logversion is now^2.0.0.
- Feature: support options for commands.
- Fix: don't crash when
bail: truein sync event.
- Fix: don't crash when argument is empty (string/array/object).
- Fix: improve output error on empty or invalid event.
- Changed: remove
webpack@2andwebpack@3support. - Removed:
onBuildStart,onBuildEndandonBuildExitoptions. Use new eventsonCompile,onAfterEmitandonDoneoptions.
- Feature: run
onBuildEndandonBuildExitin async mode forwebpack@4.
- Chore: minimum required
execaversion is now^0.10.0.
- Refactor: reduce memory usage and increase performance.
- Fixed: compatibility with
webpack >= 4.0.0. - Fixed: add
webpackinpeerDependencies.
- Chore: minimum required
execaversion is now^0.9.0.
- Chore: simplify error handling.
- Tests: improve code coverage.
- Fixed: remove unnecessary output
stdout:andstderr:.
- Chore: public initial release.