This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Version 4.0.0 RC 1
Pre-release
Pre-release
siemensikkema
released this
06 Mar 12:41
·
26 commits
to master
since this release
Added
applyUpdate
onFuture<Updatable>
Removed
- overload of
Future.flatTry
that takes a closure returningFuture<Any>
was removed. Use the one that takes a closure retuningFuture<Void>
instead. This removal helps with type inference and theAny
version did not add any convenience since a.map { $0 as Any }
was needed which is not better than.transform(())
.