0.1.12
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