combine v2.5.0 Release Notes

Release Date: 2017-08-07 // over 6 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ Rename captures to captures_many and add a captures parser (9d301e42)
    • Add regex parsers (match_, find_many) (5ac12b98)
    • ๐Ÿ“œ Add a macro to parse values directly into structs (1656a620)
    • add count_min_max and skip_count_min_max (8f3413a7)
    • ๐Ÿ“œ Add the skip_count parser (15171d10)
    • ๐Ÿ“œ Add the recognize parser (61c9b269)
    • ๐Ÿ“œ Add a macro for declaring parsers (7fe1d9f7, closes #70)
    • ๐Ÿ“œ Provide parsers for decoding big-endian and little-endian numbers (05ec0bc8)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ Report and_then errors as if at the start of the parse (b71a78f1)
    • ๐Ÿ“œ Return EmptyErr when the any parser fails (93208e9c, closes #99)
    • doc: regex find consumes input until the end of the first match (d1bbf1d4)