Releases: yzen-dev/plain-to-class
Releases · yzen-dev/plain-to-class
Release v3.0.5
@volodymyr-hordiienko Allow attributes to target properties
Release v3.0.3
fix: nullable property
Relese v3.0.2
Fix: Cast nullable value.
If an empty value for nullable property is received, it is converted to type, not null
v3.0.1
v3.0.0
v2.0
Changelog ver. 2.0
- Alias support for properties
- Custom setters for properties
- Added afterTransform method
- Support for enum from php 8.1
- Added transformCollection and transformMultiple method
also
- Code refactoring
- Added caching of class structures
- Speed gain 35%