- Remove net45 target.
- add sourcelink support.
- Target netstandard2.0
- New ParStream functions sortByDescending/sortByUsing
- Fix Stream.sortBy issue.
- New combinators (scan, head, tryHead)
- Fix the default Access level of SourceType
- 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
- Performance improvment for Stream.toSeq
- Support with withDegreeOfParallelism
- New cancellation mechanism for Stream/ParStream
- New functions (ParStream/Stream.mapi, ParStream.toSeq)
- Array/ResizeArray specialization of (ParStream/Stream.ofSeq)
- Support for disposable iterators
- Correct order semantics
- New Stream functions (empty, singleton, cast, concat, cache, groupUntil)
- Performance and memory improvements for ParStream functions (groupBy, foldBy)
- Support for pull-based operators, implemented ofSeq and zip methods.
- Introduce order semantics.
- Added MaxBy,MinBy,AggregateBy/foldBy, Take, Skip and CountBy methods in Stream and ParStream.
- ParStream bug fixes and performance improvements.
- New functions (choose, tryFind, find, tryPick, pick, exists, forall) for Stream and ParStream.
- CSharp API
- ParStream introduction
- Stream (sortBy, groupBy) API changes
- New Stream ResizeArray functions.
- Initial Release.