Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 918 Bytes

Change Log

All notable changes to this project will be documented in this file.


  • Uses RxSwift 5.1.1
  • Uses RxCocoa 5.1.1
  • Supports Swift 5
  • The state now is a BehaviorRelay, replacing the depricated Variable
  • Fixes Bug #15
  • Updates for RxStateExample for RxState v. 0.6.0
  • Uses RxSwift 3.5.0
  • Uses RxCocoa 3.5.0
  • Renames action to lastDispatchedaAtion.
  • Renames action to lastDispatchedaAtion.
  • Defines StoreState as a type alias for [SubstateType]
  • Replaces observe(Driver<CurrentStateLastAction>) with observe(StoreType) in MiddlewareType.
  • Renames Middleware to MiddlewareType.