Skip to content

2.0.1

Compare
Choose a tag to compare
@andersio andersio released this 16 Aug 04:04
· 469 commits to master since this release

This is the first maintenance release of ReactiveSwift 2.0. It targets Swift 3.1 with preliminary support of Swift 3.2 and Swift 4.0.

Change

  1. Addressed the exceptionally high build time. (#495)

Addition

  1. New operator retry(upTo:interval:on:). (#496, kudos to @tjnet)

    This delays retrying on failure by interval until hitting the upTo limitation.