Releases: emberjs/ember-mocha
Releases Β· emberjs/ember-mocha
v0.16.0
π₯ Breaking Change
- #370 Drop support for Ember.js v3.3 and below (@Turbo87)
- #369 Remove implicit async test helpers support (@Turbo87)
- #368 Remove deprecated
setup*Test()
APIs (@Turbo87) - #367 Remove deprecated
describe*()
APIs (@Turbo87) - #365 Drop support for Node.js 6 (@Turbo87)
- #346 Bump ember-cli-babel from 6.17.2 to 7.7.3
π Documentation
- #375 Ensure start call is documented in README (@maxfierke)
π Internal
Committers: 2
- Max Fierke (@maxfierke)
- Tobias Bieniek (@Turbo87)
v0.15.1
v0.15.0
π₯ Breaking Change
- #281 Replace automatic test start via timeout with explicit
start()
call (@Turbo87) - #219 Drop Node 4 support (@Turbo87)
π Enhancement
- #332 Update
@ember/test-helpers
to v1.5.0 - #310 Add
resetOnerror()
from@ember/test-helpers
(@scalvert) - #280 Add
ember-mocha
Blueprint (@Turbo87) - #222 Update minimum version of
@ember/test-helpers
to 0.7.26. (@rwjblue)
Committers: 3
v0.14.0
π Enhancement
- #190 Add support for new RFC268 based testing API. (@simonihmig)
- #191 Remove jQuery dependency. (@simonihmig)
- #192 Add hooks API for setupContainerTest() to improve beforeEach/afterEach ordering. (@simonihmig)
- #194 Remove mochaRunner global assignment to prevent memory leaks. (@simonihmig)
π Documentation
- #200 Update documentation for new APIs. (@simonihmig)
- #201 Adjust documentation. (@Turbo87)
- #202 Fix migration guide. (@simonihmig)
- #204 Add mention of
this.on
to migration guide. (@alexlafroscia)
π Internal
- #195 Extract
setupPauseTest()
function. (@Turbo87) - #193 Simplify
chainHooks()
function. (@Turbo87) - #189 Updating the @ember/test-helpers. (@josh803316)
Committers: 4
- Alex LaFroscia (alexlafroscia)
- Josh Nisenson (josh803316)
- Simon Ihmig (simonihmig)
- Tobias Bieniek (Turbo87)
v0.14.0-beta.1
π Enhancement
- #190 Add support for new RFC268 based testing API. (@simonihmig)
- #191 Remove jQuery dependency. (@simonihmig)
- #192 Add hooks API for setupContainerTest() to improve beforeEach/afterEach ordering. (@simonihmig)
- #194 Remove mochaRunner global assignment to prevent memory leaks. (@simonihmig)
π Documentation
- #200 Update documentation for new APIs. (@simonihmig)
- #201 Adjust documentation. (@Turbo87)
π Internal
- #195 Extract
setupPauseTest()
function. (@Turbo87) - #193 Simplify
chainHooks()
function. (@Turbo87) - #189 Updating the @ember/test-helpers. (@josh803316)
Committers: 3
- Josh Nisenson (josh803316)
- Simon Ihmig (simonihmig)
- Tobias Bieniek (Turbo87)
v0.13.1
v0.13.0-beta.4
v0.13.0
π₯ Breaking Change
π Enhancement
- #186 Update
@ember/test-helpers
to v0.7.16. (@Turbo87) - #180 Update
@ember/test-helpers
to v0.7.10. (@Turbo87)
π Bug Fix
- #183 Add missing
overrideTestCommandFilter()
method. (@Turbo87) - #179 Update
@ember/test-helpers
to v0.7.5. (@Turbo87) - #178 Update
@ember/test-helpers
to v0.7.4. (@Turbo87)
π Documentation
π Internal
- #185 CI: Use
skip_cleanup
to fixauto-dist-tag
behavior. (@Turbo87) - #184 testem: Use
--no-sandbox
on TravisCI. (@Turbo87) - #181 CI: Run
auto-dist-tag
in DEBUG mode. (@Turbo87) - #174 CI: Add Ember 2.0, 2.4 and 2.8 as test targets. (@Turbo87)
- #172 Update
broccoli-lint-eslint
and usegroup
option. (@Turbo87) - #171 Remove
bower
publishing code. (@Turbo87) - #170 Use headless Chrome instead of PhantomJS. (@Turbo87)
- #169 Add yarn lockfile and use yarn for CI. (@Turbo87)
Committers: 1
- Tobias Bieniek (Turbo87)