Spin v0.15.0 Release Notes

Release Date: 2020-03-15 // about 4 years ago
  • 🚀 This release renames types to erase the specificities of each reactive frameworks:

    • RxFeedback, ReactiveFeedback, CombineFeedback -> Feedback
    • RxReducer, ReactiveReducer, CombineReducer -> Reducer
    • RxSpin, ReactiveSpin, CombineSpin -> Spin
    • RxUISpin, ReactiveUISpin, CombineUISpin -> UISpin
    • RxSwiftUISpin, ReactiveSwiftUISpin, CombineSwiftUISpin -> SwiftUISpin

    If you have to mix several reactive frameworks in the same app, you can use the provided type aliases (RxFeedback for Spin_RxSwift.Feedback, ReactiveFeedback for Spin_ReactiveSwift.Feedback, ...)