Skip to content

bloc-v0.3.0

Compare
Choose a tag to compare
@felangel felangel released this 08 Sep 03:46
· 72 commits to master since this release

Feature parity with dart

  • BREAKING: rename BlocDelegate -> BlocObserver
  • BREAKING: remove BlocSupervisor
  • BREAKING: transformEvents returns Observable<Transition<Event, State>>
  • BREAKING: remove initialState in favor of super constructor
  • BREAKING: rename Transition state to currentState
  • feat: add transformTransitions
  • refactor: internal implementation improvements
  • docs: add inline documentation and return types