You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+19-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Changelog
2
2
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))
*[#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))
0 commit comments