kaliber5 / ember-fastboot-addon-tests

Addon testing support for Fastboot compatibility
MIT License
25 stars 9 forks source link

[Feature] --ember-data-version option #26

Closed mike-north closed 5 years ago

mike-north commented 5 years ago

It would be great to rely on something more generic like an ember-try scenario for all of this, but emberDataVersion and emberVersion end up being passed explicitly to app.create in ember-addon-tests, so they need special treatment for now.

This feature makes it possible to avoid some version incompatibilities that are currently difficult to test around (i.e., ember-data defaults to master, which is incompatible with ember-source early 3.x versions)

simonihmig commented 5 years ago

Published as 0.5.1!