Releases: sir-dunxalot/ember-flash-messages
Releases · sir-dunxalot/ember-flash-messages
Release list
Docs removed from package
This patch removed the /docs directory from the package.
Refactoring as Service for Ember 1.13+
Upgrading from a previous version:
Updates:
- Functionality refactored into a service
{{message-queue}}renamed{{flash-message-queue}}- Components updated
- Updated syntax to ES2015
- Acceptance testing
- Testing suite upgraded to Phantom JS 2.0.0
- Version bump to
0.6.0
Users of older versions of Ember (e.g. 1.10) should use version 0.5.2
Works better in test suites
This version improves the compatibility of ember-flash-messages with consuming app's test suites.
New description
New message queues
First major release - contains all functionality as described in the documentation.