combine v3.3.0 Release Notes

Release Date: 2018-05-19 // almost 6 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ Add the escaped parser (0db58a20)
    • ๐Ÿ“œ Add the lazy parser combinator (496ac836)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš Remove redundant state comparison in Iter (9d434c3f, breaks #)

    ๐ŸŽ Performance

    • Specialize uncons_while1 on all streams (c995ad61)
    • Unroll the loop for <[T]>::uncons_while (f593e85d)
    • Inline from/into for results (fff248e4)
    • Unroll take_while1 (279a4526)
    • ๐Ÿšš Remove redundant state comparison in Iter (9d434c3f, breaks #)
    • 0๏ธโƒฃ Add uncons_while1 as a default method on RangeStream (5d154f15)