promises v1.2 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
  • 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.