All Versions
28
Latest Version
Avg Release Cycle
93 days
Latest Release
1893 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.1 Changes
๐ 1. Support generic sequence types in
map
,all
,any
,race
-
v1.4.0 Changes
0๏ธโฃ 1. Add a
(on:queue)
parameter to all functions. Defaults to.main
- Add a
try
function for beginning a Promise chain
- Add a
-
v1.3.1 Changes
- A much cleaner, more readable implementation of
map(series:)
- A much cleaner, more readable implementation of
-
v1.3.0 Changes
- Map over a collection that resolves each promise in series
-
v1.2.0 Changes
๐ 1. Fixes on API inconsistency where
finally
did not have theon
argument name -
v1.1.0 Changes
โ 1. Add full test coverage for every Promise function ๐ 2. Convert static Promise functions (all, any, join, map) to be free standing functions because we can't add static functions on a generic class...
-
v1.0.2 Changes
๐ 1. No API was added/changed in this release
- 100% documented
โ Todo: Unit tests! Those are next, top priority.
-
v1.0.1 Changes
๐ Initial release. Full documentation can be found on CocoaDocs