Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@Thomvis Thomvis released this 28 Apr 15:17
· 191 commits to master since this release
v4.0.0

BrightFutures 4.0.0 is compatible with Swift 2.2 and Xcode 7.3.

  • [BREAKING] NoError has been removed from BrightFutures.
  • [BREAKING] SequenceType.fold(_:zero:f:) and methods that use it (such as SequenceType.traverse(_:f:) and SequenceType.sequence()) are now slightly more asynchronous: to prevent stack overflows, after a certain number of items, it will perform an asynchronous call.
  • [FIX] Fixed stack overflow when using sequence() or traverse() on large sequences.