Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 6, 2019
1 parent 4f8c180 commit 1b81234
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
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.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v1.1.0...HEAD).

<a name="v1.1.0"></a>
## [v1.1.0] - 2019-09-05
### Bug Fixes
- Resolve absolute paths (webapp / src / test) [`4f8c180`](https://github.com/SAP/karma-ui5/commit/4f8c180c0f38e3f6950b9f1bfb40d4d0dbb03c6e)
- Fix link in testsuite error messages [`8129dfd`](https://github.com/SAP/karma-ui5/commit/8129dfd5a9a9e10353145e06ec2aae5da93513f4)
- Improve error handling ([#102](https://github.com/SAP/karma-ui5/issues/102)) [`482d646`](https://github.com/SAP/karma-ui5/commit/482d64625dce50b06d1d09d4a76dd05e80831c9a)
- Execution in IE11 (html mode) [`7c793ae`](https://github.com/SAP/karma-ui5/commit/7c793ae1640d03594e95bf0172f7cb01f35f9c95)

### Features
- Add option to provide URL parameters for each testpage ([#109](https://github.com/SAP/karma-ui5/issues/109)) [`7722d4a`](https://github.com/SAP/karma-ui5/commit/7722d4a2e3ace7db27991599d03a3d6ff95d133e)


<a name="v1.0.1"></a>
## [v1.0.1] - 2019-06-17
Expand Down Expand Up @@ -75,6 +87,7 @@ versions will only be published as `karma-ui5`.
<a name="0.1.0"></a>
## 0.1.0 - 2014-12-08

[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
[v1.0.0]: https://github.com/SAP/karma-ui5/compare/v1.0.0-beta.2...v1.0.0
[v1.0.0-beta.2]: https://github.com/SAP/karma-ui5/compare/v1.0.0-beta.1...v1.0.0-beta.2
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.0.1",
"version": "1.1.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 1b81234

Please sign in to comment.