Skip to content

3.1.0

Latest

Choose a tag to compare

@tamtamchik tamtamchik released this 05 Jul 23:55
· 6 commits to master since this release
5963ef2

Fixed

  • Preserve lowercase HTML entities while name-casing strings (#20).
  • Preserve Ben and Bat as first names, matching Lingua::EN::NameCase.
  • Preserve binti and binte instead of normalizing both to bin.
  • Avoid treating Ed in names such as Ed Oates as a post-nominal.

Added

  • Post-nominal initials present in Lingua::EN::NameCase.

Maintenance

  • Add GitHub Actions test coverage for PHP 7.3 through 8.5.
  • Update Scrutinizer to install dependencies with Composer 2.
  • Add monthly Dependabot updates with a 14-day cooldown.