Skip to content

Commit 86b9c95

Browse files
committed
v0.15.0
1 parent 196ed7e commit 86b9c95

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
## v0.14.0-beta.1 (2018-03-11)
3+
## v0.15.0 (2019-05-11)
4+
5+
#### :boom: Breaking Change
6+
* [#281](https://github.com/emberjs/ember-mocha/pull/281) Replace automatic test start via timeout with explicit `start()` call ([@Turbo87](https://github.com/Turbo87))
7+
* [#219](https://github.com/emberjs/ember-mocha/pull/219) Drop Node 4 support ([@Turbo87](https://github.com/Turbo87))
8+
9+
#### :rocket: Enhancement
10+
* [#332](https://github.com/emberjs/ember-mocha/pull/332) Update `@ember/test-helpers` to v1.5.0
11+
* [#310](https://github.com/emberjs/ember-mocha/pull/310) Add `resetOnerror()` from `@ember/test-helpers` ([@scalvert](https://github.com/scalvert))
12+
* [#280](https://github.com/emberjs/ember-mocha/pull/280) Add `ember-mocha` Blueprint ([@Turbo87](https://github.com/Turbo87))
13+
* [#222](https://github.com/emberjs/ember-mocha/pull/222) Update minimum version of `@ember/test-helpers` to 0.7.26. ([@rwjblue](https://github.com/rwjblue))
14+
15+
#### Committers: 3
16+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
17+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
18+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
19+
20+
21+
## v0.14.0 (2018-06-05)
422

523
#### :rocket: Enhancement
624
* [#190](https://github.com/emberjs/ember-mocha/pull/190) Add support for new RFC268 based testing API. ([@simonihmig](https://github.com/simonihmig))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mocha",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Mocha helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)