Releases: allexcd/webpack-clean
Releases · allexcd/webpack-clean
1.2.5
1.2.4
1.2.3
- add
forceDelete
option - proceed with files deletion in case of compile errors when
forceDelete
is enabled - stop file deletion in case of compile errors when
forceDelete
is disabled - log the compile errors to
stdout
whenforceDelete
is disabled instead of throwing them to avoid killing the watchers - documentation update (README.md)
1.2.2
1.2.1
- Moved
winston-color
todependencies
as source code depends on it, thanks to @sheshbabu
1.2.0
1.1.0
- updated dependencies
- added
yarn.lock
file - added
.editorconfig
file - added
.eslintrc
- added
wallaby.js
config for those who use Wallaby.js as an integration testing tool - implemented linting using
eslint
. Can be invoked by:npm run lint
oryarn lint
- implemented unit testing using
ava
as a test runner (missing functionality unit testing). Can be invoked by:npm run test
oryarn test
- implemented private functions unit testing using
rewire
- updated code logic: removed redundancy code, improved promises usage, converted prototype methods to private functions
- display
INFO
message with the removed file name - display
WARN
message if a file that has to be removed does not exist on target - display
DONE
message after the process has ended - display colored alerts, using
winston-color
library