Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 14, 2019
1 parent 03d1329 commit abd319a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.9.0 (2019-06-14)

#### :boom: Breaking Change
* [#394](https://github.com/simplabs/qunit-dom/pull/394) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#368](https://github.com/simplabs/qunit-dom/pull/368) Specify options.count for exists and isVisible ([@steventsao](https://github.com/steventsao))

#### :house: Internal
* [#393](https://github.com/simplabs/qunit-dom/pull/393) Disable jQuery integration ([@Turbo87](https://github.com/Turbo87))
* [#391](https://github.com/simplabs/qunit-dom/pull/391) Remove caret constraint from `prettier` dev dependency ([@Turbo87](https://github.com/Turbo87))
* [#351](https://github.com/simplabs/qunit-dom/pull/351) Use new `ember-qunit` testing APIs ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Steven Tsao ([@steventsao](https://github.com/steventsao))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v0.8.5 (2019-04-26)

#### :rocket: Enhancement
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": "qunit-dom",
"version": "0.8.5",
"version": "0.9.0",
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
Expand Down

0 comments on commit abd319a

Please sign in to comment.