We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
specVersion: '2.0'
.properties
UTF-8
ISO-8859-1
metadata
deprecated
restricted
@ui5/cli@2.0
index.js
taskRepository
useNamespaces
resourceFactory.createCollectionsForTree
The text was updated successfully, but these errors were encountered:
I believe Node.js 10 support should be kept until 04/2021 to align with Node.js LTS schedule.
Sorry, something went wrong.
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:
No branches or pull requests
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
andwill display warnings when such a project is used as a direct dependency ([FEATURE] projectPreprocessor: Log warning when using a deprecated or restricted dependency ui5-project#268)restricted
UI5 CLI 2.0
@ui5/cli@2.0
Breaking changes
(or possibly <12): Node.js 8 and 9 are EOLindex.js
: Synchronous require of unneeded modules is bad for performance. ExampletaskRepository
useNamespaces
parameter from UI5 ProjectresourceFactory.createCollectionsForTree
API ([BREAKING] Remove deprecated parameter useNamespaces ui5-fs#223)Features
Bug Fixes
The text was updated successfully, but these errors were encountered: