All Versions
53
Latest Version
Avg Release Cycle
54 days
Latest Release
619 days ago

Changelog History
Page 4

  • v3.6.0 Changes

    October 07, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ—„ Deprecates try in favor of attempt (a9c79321)
    • Adds attempt, a 2018-compatible alias for try (18edaec4)
  • v3.5.3 Changes

    October 06, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ Allow regex parsers to use regex-1.0 (77fe362c)
    • pub use unexpected_any (8b2ca559)

    ๐Ÿ› Bug Fixes

    • use unexpected_any inside then examples (f2018db5)
  • v3.5.2 Changes

    September 12, 2018

    ๐Ÿ› Bug Fixes

    • Don't report previous errors from expected (0048c5ef)
  • v3.5.1 Changes

    August 13, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ Add all errors of nested choice parsers (f2b8fbbf)
  • v3.5.0 Changes

    August 13, 2018

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ Add opaque! as convenience over the opaque parser (9855aa1f)
    • ๐Ÿ“œ Add the factory parser (fdd38d46)
  • v3.4.0 Changes

    August 04, 2018

    ๐Ÿ”‹ 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)
  • v3.3.6 Changes

    • Don't forget the state in any_send_partial_state (4e2eb928)
  • v3.3.5 Changes

    June 30, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ Propagate the ParseMode in range::recognize (c330a737)
  • v3.3.4 Changes

    June 30, 2018
    • ๐Ÿ›  fix: Forward the partial mode through the parser! macro correctly
  • v3.3.3 Changes

    June 29, 2018

    ๐Ÿ› Bug fixes

    • ๐Ÿ“œ Parse from the start in sequence parsers in first mode