What's Changed
- Fix NullPointerException in Pattern#namedGroups by @sjamesr in #158
- Add fast path for ASCII case folding by @mszabo-wikia in #159
- ISSUE-124: removed unused error message variable by @orionlibs in #165
- Add support for
(?<name>expr)
. by @junyer in #167 - Reduce the incidence of infinite loops while case folding by @mszabo-wikia in #160
- Minor test fixes to enable running internally with Blaze. by @herbyderby in #171
- Use an explicit "UTF-8" character set argument when creating Strings from bytes. The platform default character set is guaranteed to be UTF-8. by @herbyderby in #173
- Add
Pattern.programSize()
andMatcher.programSize()
by @sergiitk in #180
New Contributors
- @mszabo-wikia made their first contribution in #159
- @orionlibs made their first contribution in #165
- @junyer made their first contribution in #167
- @herbyderby made their first contribution in #171
- @sergiitk made their first contribution in #180
Full Changelog: re2j-1.7...re2j-1.8