Skip to content

Releases: SilentCatD/inherited_rxdart

Release 2.0.0

23 Sep 01:28
Compare
Choose a tag to compare
  • Remove Rx static class to avoid name clash, it's functionality is now a part of RxProvider
  • Make transformer of RxEventDispatcherMixin more flexible

Release 1.6.1

15 Sep 09:11
Compare
Choose a tag to compare
  • Hotfix: not rebuild

Release v1.6.0+1

14 Sep 02:44
Compare
Choose a tag to compare

Change doc

Release 1.6.0

14 Sep 02:21
Compare
Choose a tag to compare
  • Introduce event dispatcher, allow event stream from ui to bloc.

v1.5.0

13 Sep 03:44
Compare
Choose a tag to compare
  • Correct doc
  • Change Rx class structure
  • Rework import

v1.4.2

10 Sep 05:22
Compare
Choose a tag to compare
  • Edit README, doc
  • Change Error classes name

Release 1.4.1

09 Sep 10:30
Compare
Choose a tag to compare
  • Fix bug late value

v1.4.0

09 Sep 09:28
Compare
Choose a tag to compare
  • Add Rx Static class

Release v1.3.0+1

09 Sep 08:16
Compare
Choose a tag to compare
  • Builders and Listeners now have a value constructor. Which can take an instance of rx.
  • Format

Release 1.2.0

08 Sep 02:07
Compare
Choose a tag to compare
  • Rx now can add/remove listener