Releases: userfrosting/gulp-uf-bundle-assets
Releases · userfrosting/gulp-uf-bundle-assets
5.0.3
5.0.2
Changed
- Internal dependency
into-stream
bumped to^7.0.0
.
5.0.1
Fixed
- Development aid being invoked by
postinstall
hook which was never intended to run outside of development workflows. - Results callback arguments being potentially modified by later pipeline activities.
Changed
- Results callback will no longer include a reference to file data.
5.0.0
Changed
- Updated interface of
BundleOrchestrator._transform
reflecting tighter constraints in@types/node
v14. No modification to runtime logic, method only used by NodeJS streams. - Removed
esm
loader in favour of native ESM support. - Raised minimum NodeJS version from 10 to 12.17.0.
- Changed exception type thrown when a configuration merge fails, consequence of changing error wrapper from
errlop
to@jsdevtools/ono
.
4.0.1
Fixed
- Missing bundles and files not being logged when stream completes without providing all required files.
Changed
- Name of bundle class, existing symbol name preserved to maintain compatibility.
- Deprecated export
BundleOrchastrator
in favour ofBundleOrchestrator
.
4.0.0
This release focuses on improving performance and maintainability. These have been achieved by separating virtual path logic into a separate package.
Added
- API docs.
- Custom cwd support
Changed
- Logging interface, now uses
ts-log
.
Removed
- Virtual path logic in favour of
@userfrosting/vinyl-fs-vpath
.
Fixed
- Flaw in results API surface, results are now correctly separated according to their type (script/style).
4.0.0-rc.1
Added
- Including bundle type in logging.
4.0.0-rc.0
No changes, transitioning to release candidate.
4.0.0-alpha.3
Test coverage improvements.
4.0.0-alpha.2
Added
- Custom cwd support