Releases: lorisleiva/laravel-actions
Releases · lorisleiva/laravel-actions
v2.5.1
What's Changed
- Fix CI by updating validation error expectations by @lorisleiva in #226
- Add option to configure custom job decorator classes by @ksassnowski in #225
New Contributors
- @ksassnowski made their first contribution in #225
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #219
New Contributors
- @laravel-shift made their first contribution in #219
Full Changelog: v2.4.3...v2.5.0
v2.4.3
What's Changed
- Implement option to get a validated input using key by @istiak-tridip in #213
- Update AsController.php by @ddunford in #215
New Contributors
- @istiak-tridip made their first contribution in #213
- @ddunford made their first contribution in #215
Full Changelog: v2.4.2...v2.4.3
v2.4.2
v2.4.1
What's Changed
- Fix typos by @devnll in #195
- Fix controller middleware not resolving (#199) by @lorisleiva in #203
- Make InteractsWithIO::$components protected property accessible on CommandDecorator by @leandrodiogenes in #206
New Contributors
- @devnll made their first contribution in #195
- @leandrodiogenes made their first contribution in #206
Full Changelog: v2.4.0...v2.4.1
v2.4.0
v2.3.0
What's Changed
- Allow for matching tests to be created on make:action by @cyrillkalita in #154
- Add support for Laravel 9 and PHP 8.1 by @lorisleiva in #163
- Fix conflict with barryvdh/laravel-ide-helper by @lorisleiva in #164
- Support for new function jobFailed(Throwable $e) by @travisaustin in #166
- Allow any job decorator sub-class to be type-hinted as a first argument by @lorisleiva in #167
- Add tests for windows by @lorisleiva in #168
New Contributors
- @cyrillkalita made their first contribution in #154
- @travisaustin made their first contribution in #166
Full Changelog: v2.2.0...v2.3.0
v2.3.0-beta.2
Update composer.json
v2.3.0-beta
Merge pull request #168 from lorisleiva/add-tests-for-windows Add tests for windows
v2.2.0
- Install and use the Lody package to register routes and commands. This allows Laravel Actions to be free of maintaining that logic and adds additional perks such as resolving Actions that are not in the
App
namespace. (See #133 and #143). - Drop support for PHP 7.4. Necessary to install Lody.
- Full Changelog: v2.1.5...v2.2.0