Type registration
If you find yourself creating many custom messages with the same custom type, you can register it with the service and use that method instead.
Ember.get(this, 'flashes').registerType('birthday');
Ember.get(this, 'flashes').birthday("Hey shawty, it's your birthday");Changelog
- [FEATURE] Added ability to register new types