Skip to content

Releases: farbcodegmbh/laravel-stateful-resources

v1.0.0

31 Mar 08:41
ebde02c

Choose a tag to compare

What's Changed

  • 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

New Contributors

Full Changelog: v0.3.0...v1.0.0

v0.3.0

05 Aug 06:54

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

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

Choose a tag to compare

Initial Package Release

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