Skip to content

Releases: google/promises

1.2

16 May 05:16
Compare
Choose a tag to compare
1.2

Swift convenience constructor that accepts a work block and eventually resolves the newly created promise with its return value (aka do operator in Objective-C) is now overloaded and can return another promise, not only a value.

1.1.1

10 May 22:55
Compare
Choose a tag to compare

Introducing await and delay operators.

1.1.0

27 Apr 23:14
Compare
Choose a tag to compare

Breaking changes:

  • any renamed to race
  • when renamed to any
  • resolve renamed to wrap