All notable changes to laravel-signal-aware-command
will be documented in this file.
- Update .gitattributes by @parallels999 in #13
- Add Support for Laravel 11 and drop Support for Laravel 8, 9, 10 by @stefanzweifel in #14
- @parallels999 made their first contribution in #13
- @stefanzweifel made their first contribution in #14
Full Changelog: https://github.com/spatie/laravel-signal-aware-command/compare/1.3.0...2.0.0
- Update .gitattributes by @fredsal in #7
- Migrate to PHP-CS-Fixer 3.x by @erikn69 in #9
- PHP 8.2 Build by @erikn69 in #8
- Refactor tests to Pest by @alexmanase in #10
- Fix badges by @erikn69 in #12
- Laravel 10.x support by @erikn69 in #11
- @fredsal made their first contribution in #7
- @erikn69 made their first contribution in #9
- @alexmanase made their first contribution in #10
Full Changelog: https://github.com/spatie/laravel-signal-aware-command/compare/1.2.0...1.3.0
Support Laravel 9
- fix facade name
- add ability to clear handlers
- initial release