Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

75 lines (50 loc) · 1.52 KB

Yii2-ActiveRecord-History Extension for Yii 2 ChangeLog

1.2.3 Jul 07, 2023

  • Added possibility to save all model's data on delete.

1.2.2 Apr 20, 2023

  • Fixed store of primary key when it consists of multiple columns

1.2.1 Jul 05, 2022

  • Added method to retrieve the value of a model attribute at a given date-time

1.2 Jun 13, 2019

  • Obtain the last change of a model attribute
  • Obtain all the changes of a model
  • Add docs

1.1.2.1 Oct 13, 2015

  • Add eventsList (Issue #4)
  • Fixed docs

1.1.2 Oct 13, 2015

  • Add save user_id as option (Issue #2)
  • Add docs

1.1.1 Oct 13, 2015

  • Add ignoreFields property (Issue #1)
  • Add minimum-stability in composer.json
  • Fixed codestyle
  • Add some changes in documentation
  • "As extend the class ActiveRecord" is deprecated now

1.1.0 Jul 21, 2015

  • Maybe use as behavior or as extend the class ActiveRecord
  • New structure
  • Refactoring
  • Rename provider to manager

1.0.2-beta Mar 3, 2015

  • Fixed FileManager: added lock for files
  • Added examples in README
  • Added file LICENCE.md
  • Added options for provider (ex. filename in FileManager).

1.0.1-beta Feb 24, 2015

  • Small fix
  • Removed namespace from call of manager

1.0.0-beta Jan 27, 2015

  • Initial release.