-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,51 @@ | ||
# ember-window-messenger | ||
|
||
## v0.3.0 - 2016-02-08 | ||
## [1.0.0] - 2017-04-24 | ||
### Added | ||
- Service for dispatching messages, so only one post message event listener is registered | ||
|
||
### Changed | ||
- Refactored tests to be more meaningful | ||
- Upgraded to Ember-CLI 2.13.beta-4 for Babel 6 support | ||
|
||
* Update dependencies | ||
## [0.3.0] - 2016-02-08 | ||
### Changed | ||
- Update dependencies | ||
|
||
### Removed | ||
- `ember-uuid` dependency, in favor of Ember's `guidFor` and keeping it simple | ||
|
||
* `ember-uuid` dependency, in favor of Ember's `guidFor` and keeping it simple | ||
|
||
## v0.2.1 - 2016-01-20 | ||
|
||
## [0.2.1] - 2016-01-20 | ||
### Added | ||
- Add promise label for better instrumentation with Ember Inspector | ||
|
||
* Add promise label for better instrumentation with Ember Inspector | ||
|
||
## v0.2.0 - 2016-01-18 | ||
|
||
## [0.2.0] - 2016-01-18 | ||
### Changed | ||
|
||
* Migrate to ember-uuid. | ||
* Update toolset | ||
* Update docs | ||
- Migrate to ember-uuid. | ||
- Update toolset | ||
- Update docs | ||
|
||
### Fixed | ||
|
||
* Breaking unit testing in consuming app | ||
- Breaking unit testing in consuming app | ||
|
||
### Removed | ||
- The initializer | ||
|
||
* The initializer | ||
|
||
## v0.1.1 - 2015-10-19 | ||
|
||
## [0.1.1] - 2015-10-19 | ||
### Added | ||
|
||
* Unit tests for server: resolve, reject, query scenarios | ||
- Unit tests for server: resolve, reject, query scenarios | ||
|
||
### Changed | ||
- Refactoring | ||
|
||
* Refactoring | ||
|
||
|
||
## v0.1.0 - 2015-10-18 | ||
|
||
## [0.1.0] - 2015-10-18 | ||
### Added | ||
|
||
An initial release of this addon. | ||
- An initial release of this addon. | ||
|
||
[Unreleased]: https://github.com/raido/ember-window-messenger/compare/v1.0.0...develop | ||
[1.0.0]: https://github.com/raido/ember-window-messenger/compare/v0.3.0...v1.0.0 | ||
[0.3.0]: https://github.com/raido/ember-window-messenger/compare/v0.2.1...v0.3.0 | ||
[0.2.1]: https://github.com/raido/ember-window-messenger/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/raido/ember-window-messenger/compare/v0.1.0...v0.2.0 | ||
[0.1.1]: https://github.com/raido/ember-window-messenger/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/raido/ember-window-messenger/tree/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters