Skip to content

v1.13.0

Choose a tag to compare

@yuriizee yuriizee released this 24 Jul 11:03

v1.13.0

Fixed:

  • Constructor-less classes previously dropped all hydration input silently instead of throwing or populating fields.

Added:

  • Constructor-less and hybrid DTOs — BaseData subclasses no longer require a constructor; plain typed properties and mixed constructor+property classes are both fully supported (all attributes, readonly properties, with(), fromLazy()).