MvRx v0.6.0 Release Notes

Release Date: 2018-10-24 // over 5 years ago
  • (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 a withState will execute in expected order. #89