Releases: PrinsFrank/enums
Releases · PrinsFrank/enums
v1.4.1 Simplify backedEnum::toArray
v1.4 Narrow return type of ::values, ::names and ::getCaseAttributes to lists from array
What's Changed
- The names, values and getCaseAttributes methods return lists, not generic arrays by @PrinsFrank in #10
Full Changelog: v1.3...v1.4
v1.3 PHP8.4 Support
What's Changed
- Add documentation for attributes by @PrinsFrank in #7
- Move generic workflow out of repo by @PrinsFrank in #8
- Add support for PHP 8.4 by @PrinsFrank in #9
Full Changelog: v1.2...v1.3
v1.2 Attribute support
v1.1 Minor optimizations and generic fixes
What's Changed
- Use fast array combine by @szepeviktor in #3
- Fix PHPUnit cache in .gitignore by @szepeviktor in #4
- Use sprintf in exception messages by @szepeviktor in #2
- Improve CI by @szepeviktor in #1
- Fix generics for backedEnum/unitEnum methods by @PrinsFrank in #5
New Contributors
- @szepeviktor made their first contribution in #3
- @PrinsFrank made their first contribution in #5
Full Changelog: v1.0...v1.1
v1.0 Initial Release
Add documentation for package