@userfrosting/gulp-bundle-assets
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0
@@ -10,16 +10,4 @@ # Changelog | ||
## [3.0.0-rc.2] - 2019-02-10 | ||
## [3.0.0] - 2019-03-12 | ||
This release focused on internal refactoring and improving test coverage. Many discoverd bugs have been fixed. | ||
### Fixed | ||
- Potential deadlock in bundles processor. | ||
- Swallowing of exceptions raised within bundler factory and bundler factory streams. | ||
- Virtual path rules in a config not being correctly checked for duplicate matchers. | ||
- Fixed edge case where if the first file in a bundle failed to a resolve a file the resulting exception would never bubble up due to the source stream never being unpaused. #21 | ||
- Fixed issue where bundles using both `scripts` and `styles` would result in only files emitted as part of `styles` bundling appearing in the results callback data. #22 | ||
- Other undocumented assorted edge cases. | ||
## [3.0.0-rc.1] - 2019-01-09 | ||
This release focuses on simplifying the package for UserFrosting 4 to improve maintainability. Features unsupported by UF4 are largely removed. | ||
@@ -26,0 +14,0 @@ |
{ | ||
"name": "@userfrosting/gulp-bundle-assets", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0", | ||
"description": "Fork of Chris Montgomery's gulp-bundle-assets, striped back and rewritten for use with UserFrosting.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
98051