Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 367 Bytes

VERSIONLOG.md

File metadata and controls

10 lines (7 loc) · 367 Bytes

0.1.2 2021-05-07

  • Added $caseLower and $caseUpper boolean parameters to Enum class constructor.

0.1.1 2021-05-06

  • Renamed the composer package.

0.1.0 2021-05-06

Implemented the Enum class, that converts constants to associative array (enum fields). Implemented the ReflectionHelper class, which has a purpose to handle any work with Reflection API.