unused-files-webpack-plugin
Advanced tools
Comparing version 2.0.5 to 3.0.0
@@ -5,5 +5,26 @@ # Change Log | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.5...v3.0.0) (2016-09-22) | ||
### Bug Fixes | ||
* **CHANGELOG.md:** deprecated v2.0.5 ([b7dfd07](https://github.com/tomchentw/unused-files-webpack-plugin/commit/b7dfd07)) | ||
* **index.js:** if bail is set, callback with error ([14b510a](https://github.com/tomchentw/unused-files-webpack-plugin/commit/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> | ||
## [2.0.5](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.4...v2.0.5) (2016-09-20) | ||
## (Deprecated) [2.0.5](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v2.0.4...v2.0.5) (2016-09-20) | ||
*Deprecated* due to https://github.com/tomchentw/unused-files-webpack-plugin/pull/11#issuecomment-248652421 | ||
@@ -10,0 +31,0 @@ ### Bug Fixes |
{ | ||
"name": "unused-files-webpack-plugin", | ||
"version": "2.0.5", | ||
"version": "3.0.0", | ||
"description": "Glob all files that are not compiled by webpack under webpack's context", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
21382
0