v3.2.0-alpha.1
Pre-release
Pre-release
·
2 commits
to main
since this release
- Added HasValidate interface defining the validate method.
- Introduced abstract classes SingleValueObject, extending ValueObject and implementing HasValidate.
- Changed the visibility of the constructInitialize method to final protected.
- Enhanced walkProperties for better stability by ensuring reflection reinitializes when missing.
- Added toJson method to support JSON encoding.