Skip to content

Releases: spatie/laravel-settings

2.1.2

08 Apr 13:49
Compare
Choose a tag to compare
  • skip classes with errors when discovering settings

2.1.1

07 Apr 13:45
Compare
Choose a tag to compare
  • add better support for nullable types in docblocks

2.1.0

07 Apr 12:52
3ba68a7
Compare
Choose a tag to compare
  • add casts to migrations (#53)
  • add original properties to SavingSettings event (#57)

2.0.1

05 Mar 08:09
Compare
Choose a tag to compare
  • add support for lumen

2.0.0

03 Mar 15:37
6f1c188
Compare
Choose a tag to compare
  • settings classes:
    • properties won't be loaded when constructed but when requested
    • receive a SettingsMapper when constructed
    • faking settings will now only request non-given properties from the repository
  • rewritten SettingsMapper from scratch
  • removed SettingsPropertyData and ettingsPropertyDataCollection
  • changed signatures of SavingSettings and LoadingSettings events
  • added support for caching settings
  • renamed cache_path in settings.php to discovered_settings_cache_path

1.0.8

03 Mar 13:46
8ec4bcc
Compare
Choose a tag to compare
  • fix for properties without defined type

1.0.7

19 Feb 11:07
aab5816
Compare
Choose a tag to compare
  • fix correct 'Event' facade (#30)

1.0.6

05 Feb 14:11
Compare
Choose a tag to compare
  • add support for restoring settings after a Laravel schema:dump

1.0.5

29 Jan 08:21
Compare
Choose a tag to compare
  • bump the doctrine/dbal dependency

1.0.4

08 Jan 08:54
Compare
Choose a tag to compare
  • add support for getting the locked settings