nom v2.1.0 Release Notes

Release Date: 2017-01-27 // over 7 years ago
  • Thanks

    • ๐Ÿ“š @nickbabcock for documentation fixes
    • ๐Ÿ“š @derekdreery for documentation fixes
    • ๐Ÿ“š @DirkyJerky for documentation fixes
    • ๐Ÿ“š @saschagrunert for documentation fixes
    • ๐Ÿ“š @lucab for documentation fixes
    • ๐Ÿ“š @hyone for documentation fixes
    • @tstorch for factoring Slice
    • @shepmaster for adding crate categories
    • @antoyo for adding named_args!

    โž• Added

    • ๐Ÿ“œ verify! uses a first parser, then applies a function to check that its result satisfies some conditions
    • ๐Ÿ“œ named_args! creates a parser function that can accept other arguments along with the input
    • ๐Ÿ“œ parse_to! will use the parse method from FromStr to parse a value. It will automatically translate the input to a string if necessary
    • float, float_s, double, double_s can recognize floating point numbers in text

    ๐Ÿ”„ Changed

    • escaped! will now return Incomplete if needed
    • ๐Ÿ“œ permutation! supports up to 20 child parsers