Skip to content

v1.2.0

Compare
Choose a tag to compare
@markrogoyski markrogoyski released this 28 Jan 21:11
· 263 commits to main since this release

New Features

  • Single
    • chunkwise
    • chunkwiseOverlap
    • limit
    • map
  • Reduce
    • toMinMax
    • toRange
    • toString
  • Set
    • distinct
    • intersection
    • intersectionCoercive
    • partialIntersection
    • partialIntersectionCoercive
    • symmetricDifference
    • symmetricDifferenceCoercive
  • Summary
    • allMatch
    • anyMatch
    • exactlyN
    • noneMatch
  • Stream
    • Sources
      • of
      • ofCoinFlips
      • of Empty
      • ofRandomChoice
      • ofRandomNumbers
      • ofRandomPercentage
      • ofRockPaperScissors
    • Operations
      • chainWith
      • compress
      • chunkwise
      • chunkwiseOverlap
      • distinct
      • dropWhile
      • filterTrue
      • filterFalse
      • groupBy
      • infiniteCycle
      • intersectionWith
      • intersectionCoerciveWith
      • limit
      • map
      • pairwise
      • partialIntersectionWith
      • partialIntersectionCoerciveWith
      • runningAverage
      • runningDifference
      • runningMax
      • runningMin
      • runningProduct
      • runningTotal
      • symmetricDifferenceWith
      • symmetricDifferenceCoerciveWith
      • takeWhile
      • zipWith
      • zipLongestWith
      • zipEqualWith
    • Summary Terminal Operations
      • allMatch
      • anyMatch
      • exactlyN
      • isSorted
      • isReversed
      • noneMatch
      • sameWith
      • sameCountWith
    • Reduction Terminal Operations
      • toAverage
      • toCount
      • toMax
      • toMin
      • toProduct
      • toString
      • toSum
      • toMinMax
      • toRange
      • toValue
    • Transformation Terminal Operations
      • toArray
    • Side Effect Terminal Operations
      • callForEach
      • print
      • printLn
      • printR
      • varDump

Backwards Incompatible Changes

  • Multi Zip methods reset iteration keys and return as sequence of integers rather than arrays of original keys