All Versions
17
Latest Version
Avg Release Cycle
14 days
Latest Release
1279 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{}