Skip to content

Mustafar

Compare
Choose a tag to compare
@twittemb twittemb released this 15 Mar 17:56

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, ...)