Skip to content

Releases: emberjs/ember-mocha

v0.13.0-beta.1

03 Feb 19:45
Compare
Choose a tag to compare

💥 Breaking Change

📝 Documentation

  • #175 Use lerna-changelog to generate friendly changelog. (@Turbo87)

🏠 Internal

Committers: 2

v0.12.0

03 Feb 19:45
Compare
Choose a tag to compare

🚀 Enhancement

  • #123 Improved async behavior deprecation message. (@Turbo87)
  • #124 README: Add instructions for a world with async/await. (@Turbo87)

🐛 Bug Fix

🏠 Internal

Committers: 2

v0.11.1

03 Feb 19:46
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

  • #147 Convert "loader.js" from bower to npm dependency. (@Turbo87)

Committers: 1

v0.11.0

09 Dec 13:39
Compare
Choose a tag to compare

Implemented enhancements:

  • Update "Mocha" for Bower builds #78
  • Adjust testem config and add acceptance test #119 (Turbo87)
  • TravisCI: Update Node.js to 6.x #118 (Turbo87)
  • Update "mocha" and "chai" bower dependencies #122 (Turbo87)
  • Import "ember-mocha-adapter" #120 (Turbo87)

v0.10.0

29 Nov 12:20
Compare
Choose a tag to compare

BREAKING CHANGES:

chai is now provided by the ember-cli-chai addon. If you want to use it with ember-mocha then load Chai itself and use the chai global directly.

Merged pull requests:

v0.9.4

29 Nov 12:21
Compare
Choose a tag to compare

Implemented enhancements:

  • CI: Publish tags for NPM and Bower automatically #99
  • CI: Publish tags to NPM #105 (Turbo87)

Fixed bugs:

  • Fix broken context cleanup #111 (Turbo87)
  • Context is not being reset between test runs #110
  • Export new test setup functions as globals #102 (Turbo87)

v0.9.3

29 Nov 12:21
Compare
Choose a tag to compare

Implemented enhancements:

  • mocha-module: Add upgrade guide URL to the deprecation message #108 (Turbo87)
  • package.json: Add "files" section #107 (Turbo87)

v0.9.2

29 Nov 12:21
Compare
Choose a tag to compare

Implemented enhancements:

  • Add "Upgrade Guide" to the README #106 (Turbo87)
  • CI: Publish releases to "ember-mocha-builds" repo #100 (Turbo87)

Fixed bugs:

  • Write upgrade guide for old test helpers #104
  • Release instructions aka. "ember-mocha-builds" repository needs an update #95
  • Trouble with visit + andThen in acceptance #77
  • Using ember-mocha without Ember Data #49
  • Fix tests by using the ESLint nodes correctly #101 (Turbo87)

Closed issues:

  • Enable TravisCI #98
  • Add repository information to package.json #93
  • "set" method undefined when using needs #61
  • Setting test reporter #37
  • Set 'timeout' globally? #28
  • consider deprecating callbacks #14

Merged pull requests:

v0.9.1

29 Nov 12:21
Compare
Choose a tag to compare

Merged pull requests:

  • Share Mocha's test context in setup-test-factory. #91 (dgeb)

v0.9.0

29 Nov 12:21
Compare
Choose a tag to compare

Closed issues:

  • Component Integration (non-block component) Test Fails in Ember-Engine #82
  • Accidentally checking in .only #80
  • Setup Questions #74
  • You can then choose to include the global (ember-mocha.js) #73
  • Tests fail with v0.8.9 #71
  • Unlock Mocha dependency #68

Merged pull requests: