Skip to content

v3.2.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@ReallifeKip ReallifeKip released this 31 Oct 05:52
· 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.