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 depricatedVariable
- Fixes Bug #15
- Updates for RxStateExample for RxState v. 0.6.0
- Uses RxSwift 3.5.0
- Uses RxCocoa 3.5.0
- Renames
action
tolastDispatchedaAtion
. - Renames
action
tolastDispatchedaAtion
. - Defines
StoreState
as a type alias for[SubstateType]
- Replaces
observe(Driver<CurrentStateLastAction>)
withobserve(StoreType)
inMiddlewareType
.
- Renames
Middleware
toMiddlewareType
.