You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
3
3
All notable changes to `laravel-stateful-resources` will be documented in this file.
4
4
5
+
## v1.0.0 - 2026-03-31
6
+
7
+
### What's Changed
8
+
9
+
* build: bump dependencies to add laravel 13 support by @jsperrer in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/17
10
+
*[Fix]: Per-Request Scoping of Shared States by @julian-farbcode in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/18
11
+
*[Docs]: Performance Considerations by @julian-farbcode in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/5
12
+
* chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/6
13
+
* chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/10
14
+
* chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/9
15
+
* chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/7
16
+
* chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/12
17
+
* chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/16
18
+
* chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/15
19
+
* chore(deps): bump actions/configure-pages from 5 to 6 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/14
20
+
* chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/13
21
+
* chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/11
22
+
23
+
### New Contributors
24
+
25
+
*@jsperrer made their first contribution in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/17
0 commit comments