Skip to content

Releases: DeclarativeHub/ReactiveKit

v3.7.3

06 Oct 06:27
Compare
Choose a tag to compare
  • Swift Package Manager compatibility fixed.

v3.7.2

05 Oct 07:05
Compare
Choose a tag to compare
  • Swift Package Manager issues fixed.

v3.7.1

22 Sep 20:27
Compare
Choose a tag to compare
  • Add properties to conditionally unwrap next and failed elements from event
  • Add methods to unwrap elements or errors from nested Signals

Thank you @tonyarnold!

v3.7.0

16 Sep 14:15
Compare
Choose a tag to compare
  • Update to Swift 4 syntax.

Warning: If you are still using Xcode 8, please do not update and stay on v3.6.

v3.6.2

13 Sep 06:20
Compare
Choose a tag to compare
  • Solve Xcode 9 warnings.

v3.6.1

06 Sep 11:48
Compare
Choose a tag to compare
  • Optimise ConnectableSignal so it does not connect if the subject is already terminated.

v3.6.0

09 Aug 18:32
Compare
Choose a tag to compare
  • Ensure deterministic order of subject observers.
  • Added in-line binding convenience methods for Void-typed signals. Thanks @frankschlegel!

v3.5.5

14 Jun 16:30
Compare
Choose a tag to compare
  • Ensure disposing is synchronous in all cases.

v3.5.4

04 Jun 13:04
Compare
Choose a tag to compare
  • Fix some warnings when compiling with Swift 4.

v3.5.3

26 Apr 18:10
Compare
Choose a tag to compare
  • Fix issue with multiple connections to ConnectableSignal.