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
All notable changes to `laravel-stateful-resources` will be documented in this file.
4
+
5
+
## v0.3.0 - 2025-08-05
6
+
7
+
### What's Changed
8
+
9
+
*[Feature]: Shared State by @julian-farbcode in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/3
10
+
* chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/2
11
+
* New and improved documentation structure ✨
12
+
13
+
### Potentially Breaking Changes
14
+
15
+
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](https://github.com/farbcodegmbh/laravel-stateful-resources/pull/3).
16
+
17
+
### New Contributors
18
+
19
+
*@dependabot[bot] made their first contribution in https://github.com/farbcodegmbh/laravel-stateful-resources/pull/2
0 commit comments