Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 913 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 913 Bytes

Yii 2 Embedded (Nested) Models extension Change Log

1.0.3, August 23, 2018

  • Enh #19: Usage of deprecated yii\base\InvalidParamException changed to yii\base\InvalidArgumentException ones (klimov-paul)
  • Enh #20: Added support for Traversable instances as the embedded source (klimov-paul)

1.0.2, November 3, 2017

  • Bug #16: Fixed ContainerTrait::__isset() returns incorrect result for embedded model properties (rodion-k)
  • Bug: Usage of deprecated yii\base\Object changed to yii\base\BaseObject allowing compatibility with PHP 7.2 (klimov-paul)

1.0.1, October 17, 2016

  • Enh #8: Added Validator::$initializedOnly option allowing skip validation for not initialized embedded models (klimov-paul)

1.0.0, December 26, 2015

  • Initial release.