Skip to content

v1.5.0

Choose a tag to compare

@reinfi reinfi released this 12 Apr 15:52
· 69 commits to main since this release
fc4f4f6

What's Changed

  • Update phpstan and add strict rules by @reinfi in #52
  • use php8.4 in ci matrix by @reinfi in #53
  • Update phpunit by @reinfi in #54
  • Handle numeric enum names (by converting them to english words) by @voxpelli in #55
  • Integer enum case with formatted name by @reinfi in #57

Breaking Change

Integer enum values are no longer named Value1 i.e, they are now formatted and get their respective English name One i.e.

New Contributors

Full Changelog: v1.4.0...v1.5.0