Skip to content

Releases: dvlpr1996/php-enum-helper-trait

release version 0.2.0

24 Apr 20:59
Compare
Choose a tag to compare

version 0.2.0 (2024-04-25)

Added

  • Custom XmlException And JsonException Classes.

Changed

  • Enhanced error handling in certain methods for better robustness.
  • Updated composer.json schema for namespaces to improve package organization.

release version 0.1.0

24 Apr 18:34
Compare
Choose a tag to compare

version 0.1.0 (2024-04-24)

  • Initial release version of the php-enum-helper-trait package.
  • Implemented a trait that provides utility methods for working with PHP enums.
  • Added basic documentation for the trait and its methods.