All Versions
28
Latest Version
Avg Release Cycle
93 days
Latest Release
1893 days ago

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

    1. Add a try function for beginning a Promise chain
  • v1.3.1 Changes

    1. A much cleaner, more readable implementation of map(series:)
  • v1.3.0 Changes

    1. Map over a collection that resolves each promise in series
  • v1.2.0 Changes

    ๐Ÿ›  1. Fixes on API inconsistency where finally did not have the on 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

    1. 100% documented

    โœ… Todo: Unit tests! Those are next, top priority.

  • v1.0.1 Changes

    ๐ŸŽ‰ Initial release. Full documentation can be found on CocoaDocs