Skip to content

Releases: spatie/laravel-settings

2.1.6

03 Jun 14:53
Compare
Choose a tag to compare
  • add support for defining the database connection table

2.1.5

21 May 14:20
Compare
Choose a tag to compare
  • fix some casting problems
  • update php-cs-fixer

2.1.4

28 Apr 14:23
43fed22
Compare
Choose a tag to compare
  • added fallback for settings.auto_discover_settings (#63)
  • add support for spatie/data-transfer-object v3 (#62)

2.1.3

14 Apr 13:14
ad29681
Compare
Choose a tag to compare
  • allow spatie/temporary-directory v2

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