Skip to content

RE2/J 1.3

Compare
Choose a tag to compare
@sjamesr sjamesr released this 23 Jul 03:47
· 63 commits to master since this release

This is the 1.3 release of RE2/J. Changes from 1.2 include:

  • Named group support (d0ec5a7)
  • Matcher.quoteReplacement is supported (c885755)
  • Add Pattern.equals() and hashCode() (9812767), fixing #55
  • Various memory and performance improvements courtesy of @arnaudroger
  • Use Character.toLowerCase() and toUpperCase instead of UnicodeTables.CASE_RANGES (06d4a72), issue #78, courtesy of @ringw
  • Detect invalid unicode class specification (f6c10c7), fixes #74
  • Attempt to reduce monitor contention on Machine (fc83bf7), issue #85
  • Improve support for GWT projects by including RE2J.gwt.xml and supersourced files to the source jar ( 097e2a1), courtesy of @tjgq

Thank you to those listed above and to all the other contributors and bug reporters.