Releases: yiisoft/active-record
Releases · yiisoft/active-record
Version 1.1.0
- Enh #564: Clarify
$relationsparameter type inJoinWith::__construct()fromarray<string|Closure>to
array<string|callable(ActiveQueryInterface):void>(@vjik) - Enh #571: Optimize performance of
ActiveRecord::get()method (@Tigrov) - Enh #575: Remove check for empty string in
AbstractActiveRecord::markPropertyChanged()method (@Tigrov) - Enh #576, #577: Add default config for
yiisoft/configplugin (@Tigrov) - Bug #550: Relation query should be created by related class, not primary model class (@batyrmastyr)
- Bug #558: Fix
SoftDeletewith initiated custom date (@Tigrov) - Bug #561: Fix
ActiveRecordInterface::upsert()with$updateProperties = false(@Tigrov) - Bug #562: Fix
ActiveRecordInterface::upsert()to prioritize passed associative values during updates (@Tigrov) - Bug #567: Fix properties with hooks (@Tigrov)
Version 1.0.2
Version 1.0.1
- 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
Closuretype from parameter$modelClassofEventsTrait::query()method (@Tigrov)
Version 1.0.0
- Initial release.