0.4.0
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 associatedReactorStore
&ReactorStoreFragment