v1.13.0
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()).