Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.19 KB

Yii2-ActiveRecord-History Extension for Yii 2 ChangeLog

1.2 Jun 13, 2019

  • Optain the last change of a model attribute
  • Optain 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.