All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
1110 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.0 Changes
May 19, 2020- โ Remove net45 target.
- โ add sourcelink support.
-
v0.5.0 Changes
- Target netstandard2.0
-
v0.4.1 Changes
- ๐ New ParStream functinos sortByDescending/sortByUsing
-
v0.4.0 Changes
- ๐ Fix Stream.sortBy issue.
-
v0.3.0 Changes
- ๐ New combinators (scan, head, tryHead)
- ๐ Fix the default Access level of SourceType
-
v0.2.9 Changes
- ๐ Fix of the annoying DegreeOfParallelism ref cell hack
- ๐ Fix ParStream.foldBy do not preserve order when requested to
- ๐ Fix combiner parameter to ParStream.foldBy is unused
-
v0.2.8 Changes
- ๐ Performance improvment for Stream.toSeq
- ๐ Support with withDegreeOfParallelism
- ๐ New cancellation mechanism for Stream/ParStream
-
v0.2.7 Changes
- ๐ New functions (ParStream/Stream.mapi, ParStream.toSeq)
- Array/ResizeArray specialization of (ParStream/Stream.ofSeq)
- ๐ Support for disposable iterators
- Correct order semantics
-
v0.2.6 Changes
- ๐ New Stream functions (empty, singleton, cast, concat, cache, groupUntil)
- ๐ Performance and memory improvements for ParStream functions (groupBy, foldBy)
-
v0.2.5 Changes
- ๐ Support for pull-based operators, implemented ofSeq and zip methods.