Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

61 lines (43 loc) · 3.2 KB

v0.7.0 (2021-10-19)

💥 Breaking Change

🚀 Enhancement

Committers: 2

v0.6.0 (2020-11-06)

💥 Breaking Change

  • #86 Avoid importing yadda from ember-cli-yadda (@simonihmig)
  • #85 Update dependencies, drop support for node < 10, Ember < 3.16 (@simonihmig)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 3

Version 0.0.5

  • adds support for mocha (thanks @adamjmcgrath)

Version 0.0.4

  • adds a context object this.ctx that is share between steps in a scenario
  • bumps yadda to 0.15.4 which includes a library for dutch

Version 0.0.3

  • fixes a bug with the build order ember-cli-yadda needs to go before babel
  • fixes a bug with top level features the path to the root steps in the accompanying steps file was wrong.

Version 0.1.0

  • fix context in mocha #23
  • don't hide this with arrow functions in generated example steps #26
  • remove expect calls from test #28
  • import destroyApp from consuming app #31