mirror of
https://github.com/composewell/streamly.git
synced 2024-11-13 11:05:23 +03:00
341 B
341 B
Unreleased
Enhancements
- Add
replicateM
,scan
stream operations - Improve performance of some stream operations (
foldl
,dropWhile
)
Bug Fixes
- Fix the
product
operation. Earlier, it always returned 0 due to a bug - Fix the
last
operation, which returnedNothing
for singleton streams
0.1.0
- Initial release