Skip to content

Releases: felangel/bloc.js

react-bloc-v0.3.0

08 Sep 04:01
Compare
Choose a tag to compare
  • BREAKING: upgrade to bloc ^0.3.0
  • docs: inline documentation improvements
  • docs: minor improvements to example

bloc-v0.3.0

08 Sep 03:46
Compare
Choose a tag to compare

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

react-bloc-v0.2.1

03 Sep 23:16
Compare
Choose a tag to compare

Fix compatibility/upgrade issues

react-bloc-v0.2.0

03 Sep 23:00
Compare
Choose a tag to compare

Internal improvements, documentation updates, and bloc v0.2.0

  • Dependency updates
  • Documentation improvements
  • Use bloc ^0.2.0

bloc-v0.2.3

03 Sep 22:59
Compare
Choose a tag to compare

Internal improvements and documentation updates

bloc-v0.2.1

03 Sep 21:40
Compare
Choose a tag to compare

Internal improvements and documentation updates

  • Dependency updates
  • Documentation improvements