Releases: SAP/ui5-builder
Releases · SAP/ui5-builder
v2.0.0
Breaking Changes
- Make namespace mandatory for application and library projects (#430)
ee96c00
- Require Node.js >= 10
5451765
- LibraryFormatter: Ignore manifest.json of nested apps
846e929
Dependency Updates
Features
BREAKING CHANGE
If a library contains both, a manifest.json and .library file, they must
either be located in the same directory or the manifest.json is ignored.
In cases where the manifest.json is located on a higher level or
different directory on the same level than a .library file, an exception
is thrown.
UI5 Project must be able to determine the project's namespace,
otherwise an error is thrown.
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.
All changes
v1.10.1
v1.10.0
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.1
v1.6.0
Bug Fixes
Features
- Simple Build Extensibility: Pass project namespace to custom tasks
1a167c5