Skip to content

Allow passing relatedWords to the StringBuilder suffix methods

Choose a tag to compare

@github-actions github-actions released this 05 May 14:23
· 30 commits to 1.x since this release

The relatedWords allows for removing suffix or prefix while ignoring the related words. For example, we could remove the mail suffix while email the email suffix (which has mail) keyword inside it.

1.3.0 (2025-05-05)

Features

  • add support for passing similar words to prefix and suffix methods (1155cca)