Skip to content

Releases: zachleigh/laravel-property-bag

Version 1.1.1

29 Jan 07:48
Compare
Choose a tag to compare
  • Minor bug/style fixes.
  • Better continuous integration.

Version 1.1.0

25 Jan 21:20
Compare
Choose a tag to compare
  • Access the model in the settings config file with the getResource() method.
  • Adds support for Laravel 5.4.
  • Adds support for Lumen.

Version 1.0.5

05 Jan 22:29
Compare
Choose a tag to compare
  • Settings can be set through HasSettings settings() method by passing an array.

Version 1.0.4

16 Oct 11:13
Compare
Choose a tag to compare
  • Added reset() and keyis() methods

Version 1.0.3

06 Oct 13:49
Compare
Choose a tag to compare
  • Added :string: validation rule
  • Improved readme

Version 1.0.2

22 Sep 07:31
Compare
Choose a tag to compare
  • Added validation rules for allowed settings values. Use the included rules to validate your settings data or write your own.

Version 1.0.1

19 Sep 05:38
Compare
Choose a tag to compare
  • Fix error in command success message.

Version 1.0.0

19 Sep 05:18
Compare
Choose a tag to compare

Rewritten to allow for settings on multiple resources.

Version 0.9.7

15 Sep 23:32
Compare
Choose a tag to compare
  • The following methods have been added to the Settings class:
    • allDefaults()
    • getAllowed($key)
    • allAllowed()
    • allSettings()
  • When trying to set a value that is not allowed, an InvalidSettingsValue exception is now thrown.

Version 0.9.6

07 Jun 02:31
Compare
Choose a tag to compare
  • Fix namespacing bug in settings() helper function