Skip to content

1.7.0

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 31 Mar 02:28

New

  • Added BFTask.+taskForCompletionOfAnyTask:.
    This method creates a task that will be completed when first of the provided task completes.
    #229
    by Florent Vilmart
  • New constants defined for userInfo keys of multi-error/multi-exception.
    #238
    by Takeru Chuganji
  • Replaced Bolts class, BoltsVersion macro with a constant string.
    #239
    by Nikita Lutsenko

Improved

  • Reduced stack frame from continuation stack trace if task is completed.
    #237
    by Nikita Lutsenko

Fixed