nom v1.2.2 Release Notes

Release Date: 2016-03-09 // about 8 years ago
  • Thanks

    • @conradev for fixing take_until_s!
    • ๐Ÿ“š @GuillaumeGomez for some documentation fixes
    • ๐Ÿ“š @frewsxcv for some documentation fixes
    • ๐Ÿ”จ @tstorch for some test refactorings

    โž• Added

    • nom::Err now implements std::error::Error

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ hex_u32 does not parses more than 8 chars now
    • take_while! and take_while1! will not perturb the behaviour of recognize! anymore