3.0.0 (2016-09-22)
Bug Fixes
- CHANGELOG.md: deprecated v2.0.5 (b7dfd07)
- index.js: if bail is set, callback with error (14b510a)
BREAKING CHANGES
- index.js: error reporting behaviour changed when bail is set
Before: if bail is set, there's still an error from UnusedFilesWebpackPlugin
After: if bail is set, no error will be emitted by UnusedFilesWebpackPlugin
<a name="2.0.5"></a>