All Versions
17
Latest Version
Avg Release Cycle
14 days
Latest Release
1300 days ago

Changelog History
Page 2

  • v0.12.0 Changes

    March 07, 2020

    🚀 This release:

    • ⬆️ bumps RxSwift to 5.1.0
    • ⬆️ bumps ReactiveSwift to 6.2.1
    • ➕ add badges in README for SPM and OS compatibility
  • v0.11.0 Changes

    March 06, 2020

    🚀 This release:

    • 📇 renames ExecutionStrategy cases
    • 📇 renames Spinner functions/parameters to be less verbose
    • 👌 improves type inference for the stream operators
    • shorten the reducer signature
    • ➕ add examples in the readme
  • v0.10.0 Changes

    March 04, 2020

    🚀 The release lowers the minimum iOS/macOS/tvOS/watchOS versions so that the RxSwift and ReactiveSwift versions of feedback loops are usable for a large majority of projects.

    🍎 The Combine version is available starting at iOS13, macOS 10.15, tvOS 13.0 and watchOS 6.0

  • v0.9.0 Changes

    February 25, 2020

    🚀 This release makes the DispatchQueue implementation of Combine Feedbacks and Reducers the default one.

  • v0.8.0 Changes

    February 11, 2020

    🚀 The release brings:

    • the ability to create a feedback that lenses on a substate with a keypath
    • the ability to create a binding in xxUISpins directly emitting an event
  • v0.7.2 Changes

    February 09, 2020

    🚀 This release fixes a flaky test in CombineReducerTests

  • v0.7.1 Changes

    February 09, 2020

    🚀 This release fixes a memory leak by disposing the CompositeDisposable of the ReactiveUISpin on deinit{}