Releases: DeclarativeHub/ReactiveKit
Releases · DeclarativeHub/ReactiveKit
v3.9.3
v3.9.2
- Add
replayValues
andshareReplayValues
operators toLoadingSignal
.
v3.9.1
- Fix
shareReply
thread safety. Thanks @nayzak! - Swift 4.1 compatibility. Thanks @tonyarnold!
v3.9.0
- Introduce LoadingSignal and LoadingProperty.
- Clean up
flatMap*
APIs.
v3.8.3
- Linux support.
v3.8.2
- Ensure exclusive access to observer's underlying closure. Fixes rare but possible exclusive memory access violations.
v3.8.1
- Add
.swift-version
file.
v3.8.0
🎉 Introducing key-path bindings! Check out documentation for more info.
v3.7.5
- Adds
if
argument toretry(when:)
operator.
v3.7.4
- Make
Property
conform toDisposeBagProvider
protocol.