Releases: SAP/ui5-builder
Releases · SAP/ui5-builder
v3.0.0-beta.2
Breaking Changes
- Removal of manifestBundler and generateManifestBundle (#838)
07a5be2
- JSDoc: Fail build when jsdoc command failed (#845)
c2916b4
Features
BREAKING CHANGE
The jsdocGenerator
processor and the corresponding generateJsdoc
task will now throw an error when JSDoc reports an error (exit code != 0). This will also fail the build when running ui5 build jsdoc
.
The manifestBundler processor and generateManifestBundle task has been removed because it is no longer required for the HTML5 repository in Cloud Foundry.
All changes
v3.0.0-beta.1
All changes
v2.11.8
v3.0.0-alpha.12
Breaking Changes
BREAKING CHANGE
This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
For more information see also:
- https://sap.github.io/ui5-tooling/updates/migrate-v3/
- https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
All changes
v3.0.0-alpha.11
Bug Fixes
- package.json: Downgrade es5-ext dependency
2b71707
Dependency Updates
- Bump escope from 3.6.0 to 4.0.0
e25af0d
Features
- builder: Improve support for ES6+ syntax (#774)
90385fe
- jsdoc: Improve support for ES6+ syntax (#785)
187a6a3
Reverts
- [FIX] package.json: Downgrade es5-ext dependency