Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.97 KB

Changelog

All notable changes to laravel-signal-aware-command will be documented in this file.

2.0.0 - 2024-02-05

What's Changed

  • Update .gitattributes by @parallels999 in #13
  • Add Support for Laravel 11 and drop Support for Laravel 8, 9, 10 by @stefanzweifel in #14

New Contributors

  • @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

1.3.0 - 2023-01-14

What's Changed

  • 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

New Contributors

  • @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

1.2.0 - 2022-01-12

Support Laravel 9

1.1.1 - 2021-04-14

  • fix facade name

1.1.0 - 2021-04-05

  • add ability to clear handlers

1.0.0 - 2021-04-04

  • initial release