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

4.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Thomvis Thomvis released this 24 Apr 20:13
· 193 commits to master since this release

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.
Fixed stack overflow when using sequence() or traverse(_:f:) on large sequences.