-
Notifications
You must be signed in to change notification settings - Fork 82
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
1 parent
dee177e
commit 53692d3
Showing
1 changed file
with
15 additions
and
15 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,26 +1,26 @@ | ||
Changelog | ||
================ | ||
|
||
## Version 0.1.0 (2013-04-29) ## | ||
* Initial Version. | ||
|
||
## Version 0.1.1 (2013-04-29) ## | ||
* Minor change in README to fix image links. | ||
|
||
## Version 0.1.2 (2013-05-17) ## | ||
* Change in README: contained wrong license (Apache instead of MIT). | ||
* Remove import 'package:meta/meta.dart' in event_bus.dart as it is not needed | ||
and may cause an error if used as pub package. | ||
|
||
## Version 0.1.3 (2013-05-19) ## | ||
* Removed all occurrences of @override | ||
## Version 0.2.1 (2013-07-01) ## | ||
* Fix issue #6: Fire should accept null as data | ||
|
||
## Version 0.2.0 (2013-06-06) ## | ||
* Update to new Dart SDK v0.5.13.1_r23552. | ||
* Using Darts new Stream.broadcast() factory. | ||
* Provide option for synchronous broadcasting of events. | ||
* Update unit tests and example. | ||
* Create demo page. | ||
|
||
## Version 0.1.3 (2013-05-19) ## | ||
* Removed all occurrences of @override | ||
|
||
## Version 0.2.1 (2013-07-01) ## | ||
* Fix issue #6: Fire should accept null as data | ||
## Version 0.1.2 (2013-05-17) ## | ||
* Change in README: contained wrong license (Apache instead of MIT). | ||
* Remove import 'package:meta/meta.dart' in event_bus.dart as it is not needed | ||
and may cause an error if used as pub package. | ||
|
||
## Version 0.1.1 (2013-04-29) ## | ||
* Minor change in README to fix image links. | ||
|
||
## Version 0.1.0 (2013-04-29) ## | ||
* Initial Version. |