v6.0.0
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.