Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 17:53
· 3 commits to master since this release
de6bba5

6.0.0 (2023-03-13)

Bug Fixes

  • forEach: Remove forEach as it duplicates the consume sink (069b232)
  • sample: Change to a point-free interface for consistency with other operators (de6bba5)

BREAKING CHANGES

  • sample: The interface of sample has changed to support point-free use with pipe
  • forEach: The forEach operator has been removed.