Releases: ember-cli/ember-exam
Releases · ember-cli/ember-exam
v9.0.0
💥 Breaking Change
- #1125 Update ember to 5.5, drop Nodes below 18, drop Mocha support (@andreyfel)
🚀 Enhancement
- #963 Add preserveTestName CLI flag to remove partition and browser (@tasha-urbancic)
🏠 Internal
- #1127 Run node tests in CI (@andreyfel)
Committers: 2
- Andrey Fel (@andreyfel)
- Natasha Urbancic (@tasha-urbancic)
v8.0.0
💥 Breaking Change
🏠 Internal
- #840 Upgrade
@embroider/*
packages to 1.0.0 (@SergeAstapov) - #745 Upgrade eslint-plugin-ember from v8.9.1 to v10.5.8 (@SergeAstapov)
- #813 Use
assert.strictEqual()
instead ofassert.equal()
(@Turbo87) - #775 Delete unused
herp-derp
component (@Turbo87) - #774 Migrate dummy app templates to use angle bracket invocation syntax (@Turbo87)
- #740 CI: Enable Ember v4 scenarios again (@Turbo87)
- #768 Upgrade
ember-cli-addon-docs
dependency (@Turbo87) - #766 CI: Disable failing
ember-release
scenario (@Turbo87) - #748 Add eslint-plugin-qunit per latest addon blueprint (@SergeAstapov)
- #744 Update npmignore file (@Turbo87)
Committers: 3
- Sergey Astapov (@SergeAstapov)
- Stephen Yeung (@step2yeung)
- Tobias Bieniek (@Turbo87)
v7.0.0
💥 Breaking Change
- #739 Update
ember-auto-import
to v2.x (@Turbo87) - #690 Drop support for Node 10 and upgrade deps (@nlfurniss)
🐛 Bug Fix
- #688 Fix embroider tests (@nlfurniss)
📝 Documentation
- #687 Update README.md: Fix typo in flag name (@bantic)
- #644 Docs: Fix information on Load Balancing (@brkn)
🏠 Internal
- #743 CI: Add
release
workflow (@Turbo87) - #737 Use
prettier
to format JS files (@Turbo87) - #736 CI: Disable Ember.js v4 scenarios (@Turbo87)
- #689 Set ember edition to Octane to quiet build logging (@nlfurniss)
Committers: 4
- Berkan Ünal (@brkn)
- Cory Forsyth (@bantic)
- Nathaniel Furniss (@nlfurniss)
- Tobias Bieniek (@Turbo87)
Release 6.1.0
Release 6.0.1
🐛 Bug Fix
- #617 Update @embroider/macros to fix ember-qunit@5.0.0-beta support. (@rwjblue)
🏠 Internal
Committers: 2
- Robert Jackson (@rwjblue)
- @dependabot-preview[bot]
Release 6.0.0
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
- #410 Fail if parallel is not a numeric value (@step2yeung)
📝 Documentation
- #612 Update README.md (@jrowlingson)
- #588 Add note about
--random
and--load-balance
(@kellyselden)
🏠 Internal
- #614 Update release automation setup. (@rwjblue)
- #604 Fixing bad yarn lock merge (@thoov)
- #600 Fix test suite to run mocha variants during CI (@thoov)
Committers: 6
- Jack Rowlingson (@jrowlingson)
- Kelly Selden (@kellyselden)
- Robert Jackson (@rwjblue)
- Stephen Yeung (@step2yeung)
- Travis Hoover (@thoov)
- @dependabot-preview[bot]
v5.0.1 Update dependencies
Release v5.0.1
v5.0.0 Dropping support for node 8 & Update dependencies
- Dropping support for node 8
- Update dependencies
v4.0.6 - Bug Fix for Process Object Validation, Enhancement for 'write-module-metadata' feature, & Update Dependencies
- Ensure process object is valid before registering callbacks for process.on and process.error.
- Update Dependencies
v4.0.5 - Fix bug in registering 'disconnect' event in exam.js & Update Dependencies
- Add validation for process object for
tests-start
events - Fix bug when registering
disconnect
event by getting rid of process conditional statement - Update Dependencies