Releases: rickgoemans/laravel-user-settings
Releases · rickgoemans/laravel-user-settings
v3.0.0 - Laravel 12 upgrade
What's Changed
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #13
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #14
- Upgrade to Laravel 12 by @rickgoemans in #15
New Contributors
- @rickgoemans made their first contribution in #15
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
- Added generics typehinting in model for Data Transfer Object and Query Builder
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #8
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #9
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #10
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #11
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #12
Full Changelog: v2.0.1...v2.0.2
v2.0.1 Minor fixes
- Fixed mass assignment issue by adding id to except when migrating settings
- Added typehinting to custom collection to ensure PHPstan can analyse the code better
v2.0.0 - Added Laravel 11 support
- Added Laravel 11 support
- Updated files according to Spatie's package skeleton
v1.0.2 - Fixed default value fallback
Fixed default value fallback
v1.0.1 - Fix migrate command with the new defaultValue addition
Fixed migrate command
V1.0 - Fixed nullable values and added default value support
v1.0 Corrected nullable value and added default value
v0.8.1 - Fixed Carbon import in DTO
Fixed Carbon import in DTO
v0.8 - Fixed value caster
Fixed casting values
v.0.7.1 - Fix user scope
v0.7.1 Fixed user scope