All Versions
13
Latest Version
Avg Release Cycle
73 days
Latest Release
1295 days ago

Changelog History
Page 2

  • v1.2.1 Changes

    May 22, 2018
    • FBLPromiseCatchBlock renamed to FBLPromiseCatchWorkBlock
    • ๐Ÿ‘€ Introduced FBLPromiseErrorIsTimedOut() and FBLPromiseErrorIsValidationFailure() for easier check for predefined FBLPromiseErrorCodes
  • v1.2 Changes

    May 16, 2018

    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.

  • v1.1.1 Changes

    May 10, 2018

    Introducing await and delay operators.