Skip to content

v1.5.0

Compare
Choose a tag to compare
@markrogoyski markrogoyski released this 19 Mar 18:27
· 44 commits to main since this release

New Features

  • Reduce
    • toRandomValue
  • Set
    • union
    • unionCoercive
  • Single
    • skip
  • Summary
    • allUnique
    • isEmpty
  • Stream
    • Stream Operations
      • skip
      • unionWith
      • unionCoerciveWith
    • Debug Operations
      • peek
      • peekPrint
      • peekPrintR
      • peekStream
    • Reduction Terminal Operations
      • toRandomValue
    • Summary Terminal Operations
      • allUnique
      • isEmpty

Bug Fixes

  • Summary::allMatch now returns true on empty iterables, as was documented.