bloc-v0.3.0
Feature parity with dart
- BREAKING: rename
BlocDelegate
->BlocObserver
- BREAKING: remove
BlocSupervisor
- BREAKING:
transformEvents
returnsObservable<Transition<Event, State>>
- BREAKING: remove
initialState
in favor ofsuper
constructor - BREAKING: rename
Transition
state tocurrentState
- feat: add
transformTransitions
- refactor: internal implementation improvements
- docs: add inline documentation and return types