Skip to content

3.1.0

Compare
Choose a tag to compare
@s4cha s4cha released this 05 Feb 15:34
· 86 commits to master since this release

Kudos to @qhua948 for adding a cool recover overload 🎉

recover(_ block:@escaping (Error) throws -> Promise<T>) -> Promise<T>

Also made zip concurrent (faster!) and thread safe with up to 8 inputs :)