Releases: google/promises
Releases · google/promises
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
1.1.0
Breaking changes:
any
renamed torace
when
renamed toany
resolve
renamed towrap