Skip to content

v0.1.0 Initial release

Compare
Choose a tag to compare
@Fa-BRAIK Fa-BRAIK released this 26 Dec 15:58
· 88 commits to main since this release

Initial Release

Ability to declare data objects following modern PHP syntax.

  • Added many supported types:
    • Scalar types
    • DateTime type
    • BackedEnum type
    • Data types
    • Array types
    • Union types
  • Added normalizers for data hydration.
  • Added useful property attributes to help custom data hydration and serialization.
  • Added data refiners to help custom data hydration.