Releases: matteoc99/laravel-preference
Releases · matteoc99/laravel-preference
v2.0.0-beta.2
Features:
- get and set preferences via enum or model
- change model table names from config
Proof of concept:
- Custom Preference Policies
v2.0.0 Beta release
- new serialization
- using php's serialization instead of the custom Caster
- more Casting and Rules
- routing fixes & more testing
- sunsets:
- DataRule - no longer needed
v2.0.0 Alpha release
First step for version 2.
Changes are reflected in the readme, including a small upgrade guide
1.1.0
v1.0 for laravel 10
initial Release
while there is room for improvement, the structure and goal of this package clear enough to leave the beta
changes from v0.1.2
syntax changes for deleting single preferences
PreferenceBuilder::delete("language");
Beta Patch v0.1.2
removed work in progress status from readme
bugfix: Bulk init had no casting
Beta Patch v0.1.1
refactored how casting works.
optimistically cast, before throwing an invalid argument exception
Bugfix: Cast::ARRAY did not cast correctly
Initial Release as Beta
The basic package, as described in the readme.
Currently laravel 11 is not supported, which will be done in version 2.0, once version 1.0 is released
Until the release, method signatures and workflow may change