yiisoft/active-record
Active Record pattern implementation
4 Releases
Latest: 1mo ago
Version 1.1.01.1.0Latest
📋 Changes
- Enh #564: Clarify `$relations` parameter type in `JoinWith::__construct()` from `array<string|Closure>` to
- 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/config` plugin (@Tigrov)
- Bug #550: Relation query should be created by related class, not primary model class (@batyrmastyr)
- Bug #558: Fix `SoftDelete` with 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)
- + 1 more
Version 1.0.21.0.2
📋 Changes
- Bug #544: Revert changes from #538 related to create model without a constructor (@Tigrov)
Version 1.0.11.0.1
📋 Changes
- 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)
Version 1.0.01.0.0
📋 Changes
- Initial release.
