Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

v4.0 Beta 3: Chekhov’s Developer

Pre-release
Pre-release
Compare
Choose a tag to compare
@zwaldowski zwaldowski released this 16 Nov 08:46
· 66 commits to master since this release
08b3c09

Since 4.0 beta 2:

  • The percent calculations for Task on macOS, iOS, watchOS, and tvOS have been revamped. Explicitly creating Progress during map or returning Progress from andThen will count more than ones synthesized automatically. This ideal for, and now works better with, URLSessionTask. (#230, #259, #260, #265, #267, #269).
  • Various minor cleanups to the generation of docs. (Available here.)
  • Sets the Swift version in CocoaPods to inhibit Swift 4.2 warnings. (#261, #262)
  • Rewritten and expanded documentation for Task. (#266)