Skip to content

Releases: ember-cli/ember-exam

v9.0.0

29 Dec 16:18
d5004f4
Compare
Choose a tag to compare

💥 Breaking Change

  • #1125 Update ember to 5.5, drop Nodes below 18, drop Mocha support (@andreyfel)

🚀 Enhancement

🏠 Internal

Committers: 2

v8.0.0

25 Jan 18:23
Compare
Choose a tag to compare

💥 Breaking Change

🏠 Internal

Committers: 3

v7.0.0

22 Oct 10:36
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

📝 Documentation

  • #687 Update README.md: Fix typo in flag name (@bantic)
  • #644 Docs: Fix information on Load Balancing (@brkn)

🏠 Internal

Committers: 4

Release 6.1.0

17 Feb 03:23
Compare
Choose a tag to compare

🚀 Enhancement

Committers: 1

Release 6.0.1

28 Oct 20:00
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Committers: 2

Release 6.0.0

12 Oct 21:53
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

  • #599 Embroider support when staticAddonTestSupportTrees enabled (@thoov)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 6

v5.0.1 Update dependencies

22 Apr 02:52
Compare
Choose a tag to compare

v5.0.0 Dropping support for node 8 & Update dependencies

07 Mar 00:52
Compare
Choose a tag to compare
  • Dropping support for node 8
  • Update dependencies

v4.0.6 - Bug Fix for Process Object Validation, Enhancement for 'write-module-metadata' feature, & Update Dependencies

02 Dec 18:41
Compare
Choose a tag to compare
  • 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

25 Oct 23:52
Compare
Choose a tag to compare
  • Add validation for process object for tests-start events
  • Fix bug when registering disconnect event by getting rid of process conditional statement
  • Update Dependencies