Releases: sunrise-php/hydrator
Releases · sunrise-php/hydrator
v3.3.0
Merge pull request #30 from sunrise-php/release/v3.3.0
v3.3.0
v3.2.0
Merge pull request #28 from sunrise-php/release/v3.2.0
v3.2.0
v3.1.0
- Support for the timezone type;
- Support for the UID type;
- Improved the package architecture.
v3.0.0
Merge pull request #24 from sunrise-php/release/v3.0.0
v3.0.0
v2.7.0
- Replaced the
InvalidArgumentException
if an object cannot be initialized;
- Support for
JSON_THROW_ON_ERROR
constant.
v2.6.0
- Support for enums for PHP < 8.1.
v2.5.0
- Support for php 8.1 inc. enums #5
- Support for data object #18 (thx @Lukasss93)
- Added new method
InvalidValueException::getPropertyPath():string
v2.4.0
- Empty strings for non-string properties are converted to null.
v2.3.0
- JSON serialization for default collection.