regex v1.6.0 Release Notes
Release Date: 2022-07-05 // over 2 years ago-
🚀 This release principally includes an upgrade to Unicode 14.
🆕 New features:
- FEATURE #832:
Clarify that
Captures::len
includes all groups, not just matching groups. - FEATURE #857:
Add an
ExactSizeIterator
impl forSubCaptureMatches
. - FEATURE #861:
Improve
RegexSet
documentation examples. - FEATURE #877: Upgrade to Unicode 14.
🐛 Bug fixes:
- BUG #792: Fix error message rendering bug.
- FEATURE #832:
Clarify that
Previous changes from v1.5.6
-
🚀 This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy
?
operator was used.