Skip to content
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
Compare
Choose a tag to compare
@siemensikkema siemensikkema released this 06 Mar 12:41
· 26 commits to master since this release
e024c2d

Added

  • applyUpdate on Future<Updatable>

Removed

  • overload of Future.flatTry that takes a closure returning Future<Any> was removed. Use the one that takes a closure retuning Future<Void> instead. This removal helps with type inference and the Any version did not add any convenience since a .map { $0 as Any } was needed which is not better than .transform(()).