Closed RandomByte closed 4 years ago
I believe Node.js 10 support should be kept until 04/2021 to align with Node.js LTS schedule.
Would love to see schema validation and json schemas for ui5.yaml. That could as well lead to more tooling support coming from the community :)
Everything that is ticked off has bee released with UI5 CLI v2.0.1 🎉
Resources:
This is a list of possible changes that might be implemented with UI5 CLI 2.0. It is not final. Feedback is appreciated.
Current master branches of all UI5 Tooling repositories (except UI5 Tooling) reflect v2.0 development.
Specification Version 2.0
specVersion: '2.0'
Breaking Changes
.properties
files are assumed to beUTF-8
encoded instead ofISO-8859-1
(documentation)Features
metadata
attributesdeprecated
~andrestricted
~ will display warnings when such a project is used as a direct dependency (https://github.com/SAP/ui5-project/pull/268)UI5 CLI 2.0
@ui5/cli@2.0
Breaking changes
index.js
: Synchronous require of unneeded modules is bad for performance. ExampletaskRepository
useNamespaces
parameter from UI5 ProjectresourceFactory.createCollectionsForTree
API (https://github.com/SAP/ui5-fs/pull/223)Features
Bug Fixes