Skip to content

Releases: spatie/laravel-settings

2.4.1

07 Apr 13:31
1437869

Choose a tag to compare

  • Switch to using scoped instances instead of singletons (#129)

2.4.0

22 Mar 09:53
2ed608b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.4.0

2.3.3

18 Mar 15:07
6ab54be

Choose a tag to compare

  • fix debug info method
  • convert PHPUnit to Pest (#118)

2.3.2

25 Feb 08:53
7567685

Choose a tag to compare

  • Allow migrations without a value (#113)

2.3.1

04 Feb 09:03

Choose a tag to compare

  • Add support for Laravel 9
  • Fix cache implementation with casts
  • Remove Psalm
  • Add PHPStan

2.3.0

03 Dec 11:47

Choose a tag to compare

  • add support for PHP 8.1
  • add support for native PHP enums
  • add support for importing types within property annotations
  • remove Serializable interface from settings

2.2.0

22 Oct 11:56

Choose a tag to compare

  • add support for multiple migration paths (#92)

2.1.12

14 Oct 14:40
0f7ee06

Choose a tag to compare

  • add possibility to check if setting is locked or unlocked (#89)

2.1.11

23 Aug 07:34
e672f14

Choose a tag to compare

  • ignore abstract classes when discovering settings (#84)

2.1.10

17 Aug 12:17

Choose a tag to compare

  • add support for null in DateTime casts