ReactiveSwift v5.0.0 Release Notes

Release Date: 2019-03-14 // about 5 years ago
  • 🚀 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)