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

Changelog History
Page 3

  • v4.0.0-alpha.2 Changes

    June 17, 2019
    ๐Ÿ”‹ Features
    • impl Stream* for &mut T (51e7e2b7)
    • Add From<S> for easy::Stream<S> (8f695cc6)
    • ๐Ÿ“œ Allow ReadStream parsers to use &[u8] in errors (6b62a857, closes #249)
  • v4.0.0-alpha.1 Changes

    May 07, 2019
    ๐Ÿ’ฅ Breaking Changes
    • ๐Ÿ‘ Drop support for regex 0.2 (bf6aeb06, closes #247, breaks #)
    • Rename tokens2 to tokens and tokens to tokens_cmp (3dadbb4f, closes #166, breaks #)
    • ๐Ÿšš Remove the std::result::Result returning parse functions (6ec094ef, closes #244, breaks #)
    • Make PointerOffset easier to understand and use (5f6d65b3, closes #238, breaks #)
    • Allow reset to return errors (3055c810, closes #231, breaks #)
    • ๐Ÿšš Remove the PartialEq bound from Item and Range (24e1087c, closes #219, breaks #)
    ๐Ÿ”‹ Features
    • ๐Ÿ‘ Drop support for regex 0.2 (bf6aeb06, closes #247, breaks #)
    • Rename tokens2 to tokens and tokens to tokens_cmp (3dadbb4f, closes #166, breaks #)
    • ๐Ÿšš Remove the std::result::Result returning parse functions (6ec094ef, closes #244, breaks #)
    • Allow reset to return errors (3055c810, closes #231, breaks #)
    • ๐Ÿšš Remove the PartialEq bound from Item and Range (24e1087c, closes #219, breaks #)
    ๐Ÿ› Bug Fixes
    • ๐Ÿ“œ Don't require macro_use when using parser! in rust 2018 (72e4c70f, closes #241)
    • Make PointerOffset easier to understand and use (5f6d65b3, closes #238, breaks #)
  • v3.8.1 Changes

    March 13, 2019
    ๐Ÿ› Bug Fixes
    • Handle partial parsing in take_fn/take_until* (bae1e3bb)
  • v3.8.0 Changes

    March 12, 2019
    ๐Ÿ”‹ Features
    • Add take_fn and take_until_bytes (5f560780)
  • v3.6.7 Changes

    February 13, 2019
    ๐Ÿ› Bug Fixes
    • Forward is_partial in all Stream adaptors (121b3987)
  • v3.6.6 Changes

    January 12, 2019
    • ๐Ÿ›  Fix two inconsisties regarding EOI #227
  • v3.6.5 Changes

    January 09, 2019
    ๐Ÿ› Bug Fixes
    • not_followed_by should fail on empty successful parses (aa17e7d2)
    • ๐Ÿ“œ Propagate the PartialState through parser! uses (ae888244, closes #223)
  • v3.6.3 Changes

    November 16, 2018
  • v3.6.2 Changes

    November 06, 2018
  • v3.6.1 Changes

    October 13, 2018
    ๐Ÿ› Bug Fixes
    • Allow clippy to run on stable rust (6cb00803)