Skip to content

Releases: sir-dunxalot/ember-flash-messages

Docs removed from package

Choose a tag to compare

@sir-dunxalot sir-dunxalot released this 30 Jun 21:17

This patch removed the /docs directory from the package.

Refactoring as Service for Ember 1.13+

Choose a tag to compare

@sir-dunxalot sir-dunxalot released this 30 Jun 21:07

Upgrading from a previous version:

{{message-queue}} is now {{flash-message-queue}}

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

Choose a tag to compare

@sir-dunxalot sir-dunxalot released this 14 Mar 20:05

This version improves the compatibility of ember-flash-messages with consuming app's test suites.

New description

Choose a tag to compare

@sir-dunxalot sir-dunxalot released this 05 Feb 06:32
0.5.1

Update to description

New message queues

Choose a tag to compare

@sir-dunxalot sir-dunxalot released this 05 Feb 06:29

First major release - contains all functionality as described in the documentation.