Releases: bradietilley/laravel-actions
Releases · bradietilley/laravel-actions
v0.3.0
v0.2.0
Laravel 11 release
- Composer dependencies
illuminate/bus
,illuminate/container
andilluminate/support
were simplified tolaravel/framework
- Class
BradieTilley\Actions\ActionServiceProvider
was renamed toBradieTilley\Actions\ActionsServiceProvider
- Actions now undergo middleware, so the interface
BradieTilley\Actions\Contracts\Actionable
now requiresmiddleware(): array
method - Faked actions using the
handleFake()
method must now implementBradieTilley\Actions\Contracts\IsFakeable
interface in order forhandleFake()
to be invoked when faked. - Class
BradieTilley\Actions\Events\ActionDispatchErrored
was renamed toBradieTilley\Actions\Events\ActionFailed
See #1
v0.1.0
Pre-release. Still testing things out, might improve and refactor bits.