Releases: farbcodegmbh/laravel-stateful-resources
Releases · farbcodegmbh/laravel-stateful-resources
v0.3.0
What's Changed
- [Feature]: Shared State by @julian-farbcode in #3
- chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #2
- New and improved documentation structure ✨
Potentially Breaking Changes
The new shared state feature is enabled by default for new installations. This might lead to previously unforeseen behaviors. The internally used Context Scope was removed. More info in the PR.
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Added support for defining states in snake_case or kebab-case and making them callable via magic methods.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Package Release
- [Feature] Custom Resource States by @julian-farbcode in #1
Full Changelog: https://github.com/farbcodegmbh/laravel-stateful-resources/commits/v0.1.0