nom v2.0.1 Release Notes

Release Date: 2016-12-10 // over 7 years ago
  • 🛠 Bugfix release

    Warning: there is a small breaking change, add_error! is renamed to add_return_error!. This was planned for the 2.0 release but was forgotten. This is a small change in a feature that not many people use, for a release that is not yet widely in use, so there will be no 3.0 release for that change.

    Thanks

    • @nickbabcock for catching and fixing the add_error! mixup
    • 📚 @lucab for documentation fixes
    • @jtdowney for noticing that tag_no_case! was not working at all for byte slices

    🛠 Fixed

    • add_error! has been renamed to add_return_error!
    • the not! combinator now accepts functions
    • tag_no_case! is now working as accepted (before, it accepted everything)