combine v4.0.0-alpha.1 Release Notes

Release Date: 2019-05-07 // almost 5 years ago
  • ๐Ÿ’ฅ 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 #)