Skip to content

Commit

Permalink
Release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 13, 2019
1 parent ad7b772 commit b591256
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Changelog
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.0.0-beta.1...HEAD).

<a name="v1.0.0-beta.1"></a>
## [v1.0.0-beta.1] - 2019-03-13
### Breaking Changes
- Require Node.js >= 8.5 [`ad7b772`](https://github.com/SAP/karma-ui5/commit/ad7b772d80040f7d1fd069675e4447104cc81b2d)
- Rename framework / config to ui5 [`4ce4609`](https://github.com/SAP/karma-ui5/commit/4ce460977c8bc0171efd3943322dcc1642d562a4)
- Rename package to karma-ui5 [`74ad2e8`](https://github.com/SAP/karma-ui5/commit/74ad2e8cb04dd637f6eb4583b2689f7f837db064)

### Features
- Integrate execution without htmlrunner [`e991ac6`](https://github.com/SAP/karma-ui5/commit/e991ac6a23f3249e89169d09a556b085d6ff125d)
- Add QUnit HTML runner [`2b69ab0`](https://github.com/SAP/karma-ui5/commit/2b69ab03a70db477d5da47b68d4aa904f0908fec)

### BREAKING CHANGE

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

The framework and config names have been changed from `openui5` to
`ui5`.

The `useMockServer` option has been removed.
A MockServer needs to be started from the test code.

The package has been renamed from `karma-openui5` to `karma-ui5`. New
versions will only be published as `karma-ui5`.


<a name="0.2.3"></a>
## [0.2.3] - 2017-12-28

<a name="0.2.2"></a>
## [0.2.2] - 2017-03-29

<a name="0.2.1"></a>
## [0.2.1] - 2014-12-11

<a name="0.2.0"></a>
## [0.2.0] - 2014-12-09

<a name="0.1.2"></a>
## [0.1.2] - 2014-12-08

<a name="0.1.0"></a>
## 0.1.0 - 2014-12-08

[v1.0.0-beta.1]: https://github.com/SAP/karma-ui5/compare/0.2.3...v1.0.0-beta.1
[0.2.3]: https://github.com/SAP/karma-ui5/compare/0.2.2...0.2.3
[0.2.2]: https://github.com/SAP/karma-ui5/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/SAP/karma-ui5/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/SAP/karma-ui5/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/SAP/karma-ui5/compare/0.1.0...0.1.2
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. Adapter for UI5",
"version": "1.0.0-rc1",
"version": "1.0.0-beta.1",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/SAP/karma-ui5",
Expand Down

0 comments on commit b591256

Please sign in to comment.