All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
281 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.0
May 19, 2020- โ Remove net45 target.
- โ add sourcelink support.
-
v0.5.0
- Target netstandard2.0
-
v0.4.1
- ๐ New ParStream functinos sortByDescending/sortByUsing
-
v0.4.0
- ๐ Fix Stream.sortBy issue.
-
v0.3.0
- ๐ New combinators (scan, head, tryHead)
- ๐ Fix the default Access level of SourceType
-
v0.2.9
- ๐ 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
- ๐ Performance improvment for Stream.toSeq
- ๐ Support with withDegreeOfParallelism
- ๐ New cancellation mechanism for Stream/ParStream
-
v0.2.7
- ๐ New functions (ParStream/Stream.mapi, ParStream.toSeq)
- Array/ResizeArray specialization of (ParStream/Stream.ofSeq)
- ๐ Support for disposable iterators
- Correct order semantics
-
v0.2.6
- ๐ New Stream functions (empty, singleton, cast, concat, cache, groupUntil)
- ๐ Performance and memory improvements for ParStream functions (groupBy, foldBy)
-
v0.2.5
- ๐ Support for pull-based operators, implemented ofSeq and zip methods.