Yii Hydrator 1.1
Minor version of Yii Hydrator package is released.
- Added
NullTypeCaster.
Minor version of Yii Hydrator package is released.
NullTypeCaster.Minor verison of Yii CSRF package was released.
StubCsrfToken.yiisoft/strings, psr/http-server-handler and ext-hash.First stable release of yiisoft/hydrator-validator was tagged.
The package provides a hydrator that also does validation, including raw data. It's useful when input data comes from a user, and you need to validate it and then put it into DTOs.
To use it, the object being validated must implement ValidatedInputInterface. You can use ValidatedInputTrait to
easily create such object. The validation rules for raw values of the object are defined with Validate PHP attribute.
Yii Error Handler package was updated with the following enhancements:
getBody() on response when ExceptionResponder middleware is processing;Major version of Yii 2 Symfony mailer extension package was tagged.
In this version:
First stable release of yiisoft/hydrator was tagged.
The package provides a way to create and hydrate objects from a set of raw data. Features are:
Yii Message Extractor package was updated with the following enhancements:
symfony/console version ^7.0.Yii Error Handler package was updated with the following enhancements and fixes:
CompositeException to be able to render multiple exceptions;ApplicationError in ErrorCatcher;HeadersProvider