Changelog for streamly-0.1.1
0.1.1
Enhancements
- Make
consright associative and provide an operator form.:for it - Add
null,tail,reverse,replicateM,scanstream operations - Improve performance of some stream operations (
foldl,dropWhile)
Bug Fixes
- Fix the
productoperation. Earlier, it always returned 0 due to a bug - Fix the
lastoperation, which returnedNothingfor singleton streams
0.1.0
- Initial release