Releases: ReSwift/ReactiveReSwift
Releases · ReSwift/ReactiveReSwift
3.0.0 (Swift 3.0.1 release)
Initial release.
This release supports Swift 3.0.1
Breaking API Changes:
- Remove all subscription as delegation (
StoreSubscriber
) - @Qata - Remove
ActionCreator
since this can easily be solved with Rx as a single value stream - @Qata - Simplify
Store
and change it to use observables - @Qata - Remove the
Reducer
protocol and create aReducer
struct that is generic over theStateType
of yourStore
- @Qata - Remove the
Middleware
typealias and create aMiddleware
struct that is generic over theStateType
of yourStore
- @Qata
API Changes: