Skip to content

Releases: farbcodegmbh/laravel-stateful-resources

v0.3.0

05 Aug 06:54
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Jul 14:23
Compare
Choose a tag to compare

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

23 Jul 13:18
Compare
Choose a tag to compare

Initial Package Release

Full Changelog: https://github.com/farbcodegmbh/laravel-stateful-resources/commits/v0.1.0