Skip to content

Releases: zachleigh/laravel-property-bag

Version 1.4.1

05 Jan 06:30
0c3b1be
Compare
Choose a tag to compare

Version 1.4.0

05 Jan 05:16
Compare
Choose a tag to compare
  • Drop support for PHP 7.1
  • Add support for Laravel 6

Version 1.3.4

23 Mar 05:24
Compare
Choose a tag to compare
  • Add support for Laravel 5.8
  • Minor doc block improvements

Version 1.3.3

25 Jan 13:55
cef8fe4
Compare
Choose a tag to compare
  • Add withSettings method to HasSettings trait. Thanks @luizvid!

Version 1.3.2

22 Sep 02:36
Compare
Choose a tag to compare
  • Update dependencies, Laravel 5.7 support

Version 1.3.1

22 Apr 12:24
Compare
Choose a tag to compare
  • Allow models to use user specified primary key (thanks @Dartanjan!)

Version 1.3.0

02 Apr 13:08
Compare
Choose a tag to compare
  • Optimize queries by eager loading property bag relationships (thanks @tzurbaev!)
  • Update dependencies, Laravel 5.6 support
  • Drop support for PHP 7.0

Version 1.2.1

07 Oct 23:11
Compare
Choose a tag to compare
  • Add package auto discovery (thanks @kduma!)
  • Update dependencies

Version 1.2.0

26 Aug 04:32
Compare
Choose a tag to compare
  • Dropped support for PHP 5.6.
  • Added support for PHP 7.2.
  • New setSettingsByRequest method to set allowed settings directly from a request. (Thanks @AlexHupe!)

Version 1.1.2

06 Mar 02:57
Compare
Choose a tag to compare
  • Thanks to @tzurbaev you can now access the failed key name when an InvalidSettingsException is thrown. Use $e->getFailedKey() to access the key when catching the exception.
  • Minor fixes and improvements.