Releases: othyn/php-enum-enhancements
Releases · othyn/php-enum-enhancements
v1.0.1 - README changes
Version 1.0.1
[Git Changes] README changes.
Added
- Everything
Changed
- SemVer verbiage and link change in the README.
- Change usage examples in the readme to instead utilise
var_dump
to demonstrate the resulting types within the array returned fromUnitEnum::valueArray()
. - Utilised the
UnitEnum
base type within the docs in code examples where a test Enum is not present.
Fixed
- Everything
Removed
- Nothing
v1.0.0 - Initial release
Version 1.0.0
[Git Changes] Initial release.
Added
- Everything
Changed
- Everything
Fixed
- Everything
Removed
- Nothing