Skip to content

Releases: userfrosting/gulp-uf-bundle-assets

5.0.3

16 Mar 01:37
Compare
Choose a tag to compare

Changed

  • All caught and forwarded errors will now be an instance of Error, if they were not already.
  • Error message emitted when non-Vinyl chunk is encountered has changed to fix a typo.

5.0.2

10 Jul 07:08
Compare
Choose a tag to compare

Changed

  • Internal dependency into-stream bumped to ^7.0.0.

5.0.1

03 Apr 10:32
Compare
Choose a tag to compare

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

09 Feb 22:12
Compare
Choose a tag to compare

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

18 Apr 07:16
Compare
Choose a tag to compare

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 of BundleOrchestrator.

4.0.0

18 Apr 07:19
Compare
Choose a tag to compare

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

Fixed

  • Flaw in results API surface, results are now correctly separated according to their type (script/style).

4.0.0-rc.1

18 Apr 07:16
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

Added

  • Including bundle type in logging.

4.0.0-rc.0

21 Feb 09:36
Compare
Choose a tag to compare
4.0.0-rc.0 Pre-release
Pre-release

No changes, transitioning to release candidate.

4.0.0-alpha.3

21 Feb 09:21
Compare
Choose a tag to compare
4.0.0-alpha.3 Pre-release
Pre-release

Test coverage improvements.

4.0.0-alpha.2

21 Feb 09:21
Compare
Choose a tag to compare
4.0.0-alpha.2 Pre-release
Pre-release

Added

  • Custom cwd support