Skip to content

5.0.0

Compare
Choose a tag to compare
@mdiep mdiep released this 14 Mar 12:39
· 195 commits to master since this release
e285cea

This is the first release of ReactiveSwift 5.0. It requires Swift 4.2 or above.

Xcode 10.2 Support

  1. Swift 5.0 and Xcode 10.2 support (#707 and #711, kudos to @ChristopherRogers and @ikesyo)

Operators

  1. New operator materializeResults and dematerializeResults (#679, kudos to @ra1028)

Miscellaneous

  1. New convenience initializer for Action that takes a ValidatingProperty as its state (#637, kudos to @Marcocanc)