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 commands
message in thedev
mode (#41) (a3b56d3) - do not overload system when a hook is async (#40) (50260b3)
- Fixed: support webpack@5
- Changed: minimum require
execa
version is4.0.0
.
- Changed: minimum require
execa
version is3.2.0
. - Changed: minimum require node version is >= 10.13.0.
- Fixed: less unnecessary logging.
- Changed: the option
logLevel
is removed. - Changed: use built-in webpack logger.
- Changed: minimum require
webpack
version is4.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
- Changed: minimum require node version is >= 8.9.0.
- Changed: update
execa
to version2
(some arguments was be renamed, please lookexeca
documentation).
- Chore: minimum required
execa
version is now^1.0.0
.
- Chore: minimum required
execa
version is now^0.11.0
. - Chore: minimum required
webpack-log
version is now^2.0.0
.
- Feature: support options for commands.
- Fix: don't crash when
bail: true
in 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@2
andwebpack@3
support. - Removed:
onBuildStart
,onBuildEnd
andonBuildExit
options. Use new eventsonCompile
,onAfterEmit
andonDone
options.
- Feature: run
onBuildEnd
andonBuildExit
in async mode forwebpack@4
.
- Chore: minimum required
execa
version is now^0.10.0
.
- Refactor: reduce memory usage and increase performance.
- Fixed: compatibility with
webpack >= 4.0.0
. - Fixed: add
webpack
inpeerDependencies
.
- Chore: minimum required
execa
version is now^0.9.0
.
- Chore: simplify error handling.
- Tests: improve code coverage.
- Fixed: remove unnecessary output
stdout:
andstderr:
.
- Chore: public initial release.