Releases: archtechx/enums
Releases · archtechx/enums
v1.1.0
What's Changed
- feat: Add support for default values on metadata properties by @owenconti in #23
New Contributors
- @owenconti made their first contribution in #23
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
New features
stringOptions()
(6684067, #12)- Comparable enums by @hungthai1401 in #20
CI changes
- Remove L8 & L9 from CI (done in #19 and #20)
- Run tests on all PHP 8 versions
- Update larastan dependency by @parth391 in #21
New Contributors
- @parth391 made their first contribution in #21
- @hungthai1401 made their first contribution in #20
Full Changelog: v0.3.2...v1.0.0
v0.3.2
What's Changed
- Correct typo/error in README.md by @colinmackinlay in #16
- Add L10 support by @lukinovec in #18
New Contributors
- @colinmackinlay made their first contribution in #16
- @lukinovec made their first contribution in #18
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- use array_column() to get the names, values, and options by @ejunker in #3
- Extend functionality to work with pure enums by @samlev in #6
- Issue #4: Added
From
trait by @samlev in #7 - Metadata by @stancl in #8
New Contributors
- @ejunker made their first contribution in #3
- @samlev made their first contribution in #6
- @stancl made their first contribution in #8
Full Changelog: v0.2.0...v0.3.0