Skip to content

Refactoring and test support

Choose a tag to compare

@poteto poteto released this 10 Apr 17:29
· 303 commits to master since this release

This release contains general improvements and refactoring, as well as a new blueprint for helping you test flash messages in your app's acceptance tests.

For new users, this addon will install the test blueprint automatically. For users upgrading from an older version, simply run the following command after installing 1.1.1:

$ ember g ember-cli-flash
Changelog
  • #46 Minor build/test tweaks by @rwjblue
    • Use ember-cli-babel instead of custom preprocessor
    • Test across many versions of Ember
    • Removed ember-data from build
    • Fix style warning on 1.12.0-beta.1+
  • #50 Added QUnit reports by @poteto
  • #51 Updated ember-cli to 0.2.3, and ember to 1.11.1
  • #53 Readme updates by @al3x-edge
  • #54 Refactoring and test tweaks by @poteto
  • #55 Added test blueprints by @poteto