Releases: freshOS/Then
Releases · freshOS/Then
Fixes Linux build
Solves retain cycles
Big kudos to @cartermike who found and fixed retain cycles ! 🎉🍻
Built with Xcode 8.3.1
2.2.2 2.2.2
Unwrap!
Async/ Await!
async/awaitnoMatterWhatchain
Promise helpers!
This version Introduces common helpers to help compose your promise chains :
race to send multiple promises and get the first coming back
.recover to provide a default value in case of error
.bridgeError to intercept errors and pass your own
.validate to check a condition
.retry to relaunch the promise a certain number of times
AsyncTask and Async<T> typealisases for those of use who think that Async is clearer than Promise.
Big thanks to @MontakOleg for his precious help on this version :)
Linux support
Linux support
2.0.2
Fixes retain cycle
Big kudos to @mandarin6b0 who found a retain cycle and worked out the solution !
This is now fixed \o/
Swift 3 is here!
This is the first version packaging swift 3 and with a bonus, macOS support!