All notable changes to laravel-queueable-actions
will be documented in this file
- add support for PHP 8
- Add support for invokeable actions (#36)
- Add support for job middleware
- Add
Spatie\QueueableAction\Testing\QueueableActionFake
class with test helpers (#27)
- Add support for Laravel 8
- Add
failed
support (#29)
- Add Laravel 7.0 support
- Allow custom tags to be set
- Add
make:action
command
- Add Laravel 6.0 support
- add 'tries' and 'timeout' as queueable properties
- pass the action class name directly to the ActionJob
- allow the queue name to be specified
- initial release