Skip to content

Releases: yiisoft/active-record

Version 1.1.0

14 May 10:53
Immutable release. Only release title and notes can be modified.
1.1.0
22b7e0f

Choose a tag to compare

  • Enh #564: Clarify $relations parameter type in JoinWith::__construct() from array<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/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)
  • Bug #567: Fix properties with hooks (@Tigrov)

Full changelog

Version 1.0.2

11 Mar 06:54
Immutable release. Only release title and notes can be modified.
1.0.2
b1f825d

Choose a tag to compare

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

Full changelog

Version 1.0.1

28 Feb 15:04
Immutable release. Only release title and notes can be modified.
1.0.1
bb0a410

Choose a tag to compare

Full changelog

Version 1.0.0

09 Dec 07:25
Immutable release. Only release title and notes can be modified.
1.0.0
46fbfb5

Choose a tag to compare

  • Initial release.

Full changelog