(2018-10-23)
- New: Option to not re-emit the most recent state value when transitioning from stopped -> start. #113
- New: Add ScriptableStateStore interface for UI testing. #88
- New: Debug validation for state immutability #90
- New: selectSubscribe for 4-7 properties #125
- Fix: Execute no longer sets a default subscribeOn thread. #75
- Fix: Memory leaks. #110, #111
- Fix: Proper Proguard Rules. #78
- Fix: Multiple
setState
called within awithState
will execute in expected order. #89
(2018-08-28)
- Initial Open source release