All Versions
17
Latest Version
Avg Release Cycle
14 days
Latest Release
1452 days ago
Changelog History
Page 2
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{}