Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 22:09

Breaking Changes

  • Enforce array in method prototypes when appropriate (#567) @mvorisek
  • Add separate/explicit Model::setMulti() method, Model::set() no longer accepts array (#621) @mvorisek
  • Drop AppScopeTrait trait from Model & Persistence classes (#654) @mvorisek
  • Fix PSR class/trait/method naming (#652) @mvorisek
  • [refactor] UserAction\Generic to Model\UserAction (#634) @georgehristov
  • Improve array persistence and disallow passing array by reference (#627) @mvorisek
  • HasXxx() methods now return bool only + always require field to be defined first (#616) @mvorisek

What’s Changed