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
zwaldowski
released this
16 Nov 08:46
·
66 commits
to master
since this release
Since 4.0 beta 2:
- The percent calculations for
Task
on macOS, iOS, watchOS, and tvOS have been revamped. Explicitly creatingProgress
duringmap
or returningProgress
fromandThen
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)