Releases: sunrise-php/hydrator
Releases · sunrise-php/hydrator
v3.17.0
v3.16.0
v3.15.0
v3.14.0
v3.13.0
- Added a new method InvalidValueException::getInvalidValue();
- Optimized type checking;
- A series of minor improvements.
v3.12.0
- The DefaultValue annotation was added; use it in
abstract readonly
classes to assign default values to their properties; - The typed parameter of a collection is now a type holder, rather than a property referring to such a collection.
v3.11.0
v3.10.0
v3.9.0
The method InvalidValueException::getViolation() was added.