v1.5.0
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