Version 1.3 of Yii Hydrator package has been released. Here are the list of improvements included in the new version:
- Added support for collections via
Collection
PHP attribute; - Added hydrator dependency and
withHydrator()
method toParameterAttributesHandler
. - Added hydrator dependency and
getHydrator()
method toParameterAttributeResolveContext
. - Allowed hydration of non-initialized
readonly
properties.