Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Apr 2, 2020
1 parent ee0dbc0 commit bd19563
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v1.2.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v2.0.0...HEAD).

<a name="v2.0.0"></a>
## [v2.0.0] - 2020-04-02
### Breaking Changes
- Require karma >= 4.3.0 [`ee0dbc0`](https://github.com/SAP/karma-ui5/commit/ee0dbc0ece4e66b4b5956e0c83817823c5381772)
- Require Node.js >= 10 [`ca4ed45`](https://github.com/SAP/karma-ui5/commit/ca4ed459d4f079c5055753f958af21c66dd12b07)

### Features
- Support UI5 Tooling specVersion 2.0 / Add all ui5 serve middlewares [`fbfcb09`](https://github.com/SAP/karma-ui5/commit/fbfcb09e2a5eadf9203edc334bec26d1be1f8837)

### BREAKING CHANGE

The ui5 framework is now initialized asynchronous, which is only
supported starting with karma v4.3.0.

Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.


<a name="v1.2.0"></a>
## [v1.2.0] - 2020-04-01
Expand Down Expand Up @@ -96,6 +114,7 @@ versions will only be published as `karma-ui5`.
<a name="0.1.0"></a>
## 0.1.0 - 2014-12-08

[v2.0.0]: https://github.com/SAP/karma-ui5/compare/v1.2.0...v2.0.0
[v1.2.0]: https://github.com/SAP/karma-ui5/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/SAP/karma-ui5/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/SAP/karma-ui5/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "karma-ui5",
"description": "A Karma plugin for UI5",
"version": "1.2.0",
"version": "2.0.0",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/SAP/karma-ui5",
Expand Down

0 comments on commit bd19563

Please sign in to comment.