Skip to content

Commit 19c2403

Browse files
committed
Release 2.0.0
1 parent f1ef6bb commit 19c2403

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v1.2.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v2.0.0...HEAD).
6+
7+
<a name="v2.0.0"></a>
8+
## [v2.0.0] - 2020-03-31
9+
### Breaking Changes
10+
- Require Node.js >= 10 [`f21e704`](https://github.com/SAP/ui5-project/commit/f21e704f85297e3fa774c59bf5d4e8282b947b41)
11+
12+
### Features
13+
- Add Configuration Schema ([#274](https://github.com/SAP/ui5-project/issues/274)) [`eb961c3`](https://github.com/SAP/ui5-project/commit/eb961c3377d42d3c93f7b7db5033f4e6716ddc71)
14+
- Support for spec version 2.0 ([#277](https://github.com/SAP/ui5-project/issues/277)) [`770a56f`](https://github.com/SAP/ui5-project/commit/770a56feed331a3157c9f9fad486a4674dc12c87)
15+
- Add ui5Framework translator and resolvers ([#265](https://github.com/SAP/ui5-project/issues/265)) [`5183e5c`](https://github.com/SAP/ui5-project/commit/5183e5cf99ac8cae6e4ccc8030d94214bce0563c)
16+
- **projectPreprocessor:** Log warning when using a deprecated or restricted dependency ([#268](https://github.com/SAP/ui5-project/issues/268)) [`b776a4f`](https://github.com/SAP/ui5-project/commit/b776a4fcc4604f3ecb0d3fc1e6418ed190c11756)
17+
18+
### BREAKING CHANGE
19+
20+
Support for older Node.js releases has been dropped.
21+
Only Node.js v10 or higher is supported.
22+
623

724
<a name="v1.2.0"></a>
825
## [v1.2.0] - 2020-01-13
@@ -113,6 +130,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
113130
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
114131

115132

133+
[v2.0.0]: https://github.com/SAP/ui5-project/compare/v1.2.0...v2.0.0
116134
[v1.2.0]: https://github.com/SAP/ui5-project/compare/v1.1.1...v1.2.0
117135
[v1.1.1]: https://github.com/SAP/ui5-project/compare/v1.1.0...v1.1.1
118136
[v1.1.0]: https://github.com/SAP/ui5-project/compare/v1.0.3...v1.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/project",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "UI5 Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)