This repository was archived by the owner on Jul 3, 2022. It is now read-only.
4.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 asSequenceType.traverse(_:f:)
andSequenceType.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()
ortraverse()
on large sequences.