streamly v0.1.1 Release Notes

Release Date: 2018-03-01 // about 6 years ago
  • โœจ Enhancements

    • ๐Ÿ‘‰ Make cons right associative and provide an operator form .: for it
    • โž• Add null, tail, reverse, 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 returned Nothing for singleton streams