Skip to content

Latest commit

 

History

History
95 lines (66 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

95 lines (66 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.11.1 - 2024-04-09

Changed

  • Add .github folder to export ignore of .gitattributes (#22)

1.11.0 - 2024-03-05

Added

  • Add support for Laravel 11 (#21)

1.10.0 - 2023-06-26

Added

  • Add support for specifying a custom binary name (#19)

1.9.1 - 2023-02-03

Changed

  • Improve vendor:publish config tag

1.9.0 - 2023-01-11

Added

  • Add support for Laravel 10

Removed

  • Remove support for PHP <8.1

1.8.0 - 2022-01-13

Added

  • Add support for Laravel 9

1.7.1 - 2020-12-14

Fixed

  • Fix issue with usort() in PHP 8 (#12)

1.7.0 - 2020-10-30

Added

  • Add support for PHP 8 (#11)

1.6.0 - 2020-10-28

Changed

  • Remove duplicates when using command aliases (#10)

1.5.0 - 2020-08-27

Added

  • Support to Laravel 8

1.4.0 - 2020-01-21

Changed

  • Require minimum of Illuminate version 7 dependencies

Fixed

  • Fix Symfony 5 return type for execute() method

1.3.0 - 2020-01-03

Added

  • Support to Laravel 7

1.2.0 - 2019-08-04

Added

  • Support to Laravel 6
  • Adds support to hide commands from config file

1.1.0 - 2019-01-23

Added

  • Support to Laravel 5.8

1.0.4 - 2018-08-27

Added

  • Support to Laravel 5.7

1.0.3 - 2018-05-08

Changed

  • Minor updates on describer output

1.0.2 - 2018-05-08

Fixes

  • Commands order inside namespace

1.0.1 - 2018-02-11

Fixes

  • Unwanted display of hidden commands

1.0.0 - 2018-02-04

Added

  • Initial version