Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 819 Bytes

File metadata and controls

22 lines (14 loc) · 819 Bytes

Yii Active Record Change Log

1.0.3 under development

  • Bug #558: Fix SoftDelete with initiated custom date (@Tigrov)
  • Enh #564: Clarify $relations parameter type in JoinWith::__construct() from array<string|Closure> to array<string|callable(ActiveQueryInterface):void> (@vjik)

1.0.2 March 11, 2026

  • Bug #544: Revert changes from #538 related to create model without a constructor (@Tigrov)

1.0.1 February 28, 2026

  • Enh #532, #533: Remove unnecessary files from Composer package (@mspirkov)
  • Enh #538: It is now possible to instantiate AR model with constructor (@Tigrov, @olegbaturin)
  • Bug #527: Fix PHPDoc tags @see (@mspirkov)
  • Bug #538: Remove Closure type from parameter $modelClass of EventsTrait::query() method (@Tigrov)

1.0.0 December 09, 2025

  • Initial release.