Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Fixes #4 | Feature: Logging EventBus
Fixes #5 | Feature: Auto assign key from generics
  • Loading branch information
amsakanna committed Jun 24, 2021
1 parent d29d284 commit fc74467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.0
- **BREAKING:** Removed `key` from constructors of all the `EventTransformers'`.
- Removed logging ability from `EventBus`.
- Added `LoggingEventBus`.

# 0.1.0
- **BREAKING:** Removed `lib/exceptions.dart`.
- Updated dependency: `zam_core 0.5.0`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zam_event_bus
version: 0.1.0
version: 0.2.0
description: Event bus is a event based state management package for dart.
homepage: https://zamstation.com
repository: https://github.com/zamstation/zam_event_bus
Expand Down

0 comments on commit fc74467

Please sign in to comment.