Skip to content

Deprecated outgoing features ready for 3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@markwhitaker markwhitaker released this 18 Feb 09:48
9be083b

The following features are deprecated in this release and will be removed in 3.0:

  • The old Java-style syntax (RegexBuilder()...buildRegex()) is deprecated. You should replace this with the new type-safe builder syntax (regex { ... }).
  • Likewise the old grouping syntax (startGroup()...endGroup()) is deprecated. You should replace this with the new type-safe builder syntax (group { ... }).
  • Logging is deprecated as it didn't add as much value as intended and causes an additional maintenance overhead.