combine v3.4.0 Release Notes

Release Date: 2018-08-04 // over 5 years ago
  • ๐Ÿ”‹ Features

    • Add the silent combinator (b9bc28d3)
    • ๐Ÿ“œ Add the opaque parser (1a1123f5)
    • Add tokens2 as a simpler version of tokens (072a8c13)
    • Add the from_str combinator (908f9ebd)

    ๐Ÿ› Bug Fixes

    • Make (many1(p), end) report more expected messages (9e26d38e)
    • ๐Ÿ“œ Report more errors in the middle of sequence parsers (f9e404f6)
    • ๐Ÿ“œ Report more expected information from nested sequence parsers (9aa1db92)
    • Use the message variant in from_str to work on no_std (edf5ff60)
    • ๐Ÿšš Remove redundant Any bound on easy::Errors (16601046, closes #177)