Skip to content

0.1.12

Choose a tag to compare

@dereuromark dereuromark released this 09 Feb 02:52
· 3 commits to master since this release
df6b7db

Improvements

  • Add validation rules support (minLength, maxLength, min, max, pattern) for field constraints - #78
  • Add lazy properties to defer DTO/collection hydration until first getter access - #78
  • Add readonly properties support for language-level immutability - #78
  • Add validationRules() method returning framework-agnostic rules for plugin integration - #79

Full Changelog: 0.1.11...0.1.12