Skip to content

Releases: MarkBaker/EnumHelper

1.0.2

20 Jan 17:01
f1f58aa
Compare
Choose a tag to compare
  • Added CasesIndexedByName trait, providing a casesIndexedByName() method to return an associative array of cases with the case name as the index, rather than an enumerated array that is returned by cases().

1.0.1

08 Dec 16:44
Compare
Choose a tag to compare

1.0.1 - 2021-12-08

  • Added EnumValidatableCase trait, providing an isValidCase() method to validate a string value against the set of case names defined for an enum.

1.0.0

07 Dec 18:34
Compare
Choose a tag to compare

Initial Release