All notable changes to laravel-stateful-resources will be documented in this file.
- build: bump dependencies to add laravel 13 support by @jsperrer in #17
- [Fix]: Per-Request Scoping of Shared States by @julian-farbcode in #18
- [Docs]: Performance Considerations by @julian-farbcode in #5
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #6
- chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #10
- chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #9
- chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #7
- chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #12
- chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #16
- chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #15
- chore(deps): bump actions/configure-pages from 5 to 6 by @dependabot[bot] in #14
- chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #13
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #11
- @jsperrer made their first contribution in #17
Full Changelog: https://github.com/farbcodegmbh/laravel-stateful-resources/compare/v0.3.0...v1.0.0
- [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 ✨
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.
- @dependabot[bot] made their first contribution in #2
Full Changelog: https://github.com/farbcodegmbh/laravel-stateful-resources/compare/v0.2.0...v0.3.0