Skip to content

Releases: yiiext/activerecord-relation-behavior

Version 1.1.3

07 Feb 21:30
Compare
Choose a tag to compare
  • #8,#54 added ignoreRelations property to allow excluding some relations from saving by config

Version 1.1.2

07 Jan 01:28
Compare
Choose a tag to compare
  • #51,#52 added support for null values
  • #8,#30 added scope-like methods to allow excluding some relations from saving

Version 1.1.1

23 Apr 20:20
Compare
Choose a tag to compare
  • Improvement in validating record when it has unsaved relations.
  • ability to access transaction via getters and setters
  • 100% BC
  • switching to semantic versioning, was not respected by last release.

Version 1.1

02 Jul 23:00
Compare
Choose a tag to compare

Second release with minor changes and 100% BC to 1.0

Version 1.0

02 Jul 22:59
Compare
Choose a tag to compare

First stable release.

  • 100% Unit test coverage
  • complete behavior
  • production ready