regex v1.3.2 Release Notes

Release Date: 2020-01-09 // over 4 years ago
  • ๐Ÿš€ This is a small maintenance release with some house cleaning and bug fixes.

    ๐Ÿ†• New features:

    • FEATURE #631: Add a Match::range method an a From<Match> for Range impl.

    ๐Ÿ› Bug fixes:

    • BUG #521: Corrects /-/.splitn("a", 2) to return ["a"] instead of ["a", ""].
    • BUG #594: Improve error reporting when writing \p\.
    • BUG #627: Corrects /-/.split("a-") to return ["a", ""] instead of ["a"].
    • BUG #633: Squash deprecation warnings for the std::error::Error::description method.