Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 18, 2022
1 parent e588eef commit 97fc2e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@


## v0.8.1 (2022-02-18)

#### :rocket: Enhancement
* [#451](https://github.com/kaliber5/ember-window-mock/pull/451) Add support for mocking session storage ([@stfnio](https://github.com/stfnio))

#### :bug: Bug Fix
* [#454](https://github.com/kaliber5/ember-window-mock/pull/454) Add basic jQuery test coverage ([@simonihmig](https://github.com/simonihmig))
* [#452](https://github.com/kaliber5/ember-window-mock/pull/452) Fix behaviour of `window.window` ([@simonihmig](https://github.com/simonihmig))
* [#453](https://github.com/kaliber5/ember-window-mock/pull/453) Handle `window.onerror` and `window.onunhandledrejection` correctly ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- Stefan Prokopenko ([@stfnio](https://github.com/stfnio))

## v0.8.0 (2022-01-31)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-window-mock",
"version": "0.8.0",
"version": "0.8.1",
"description": "Adds a window service that can be mocked in tests",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 97fc2e3

Please sign in to comment.