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
ActionCreatorsince this can easily be solved with Rx as a single value stream - @Qata - Simplify
Storeand change it to use observables - @Qata - Remove the
Reducerprotocol and create aReducerstruct that is generic over theStateTypeof yourStore- @Qata - Remove the
Middlewaretypealias and create aMiddlewarestruct that is generic over theStateTypeof yourStore- @Qata
API Changes: