All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
1431 days ago

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.