Skip to content

0.4.0

Compare
Choose a tag to compare
@ggrell ggrell released this 19 Apr 01:53
a2bab97

Removed ReactorProvider implementation which was just a copy of ViewModel customized to store & create Reactor instances. Since this implementation didn't keep up with AndroidX changes, I decided to remove it and use ViewModel instead; it's not quite as clean, but it'll be more maintainable in the long run. The sample code shows an example of how to use it.

BREAKING CHANGES

  • Removed ReactorProvider and associated ReactorStore & ReactorStoreFragment