Skip to content

Releases: Jord-JD/artisan-menu

v4.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 18 Jul 02:08
b08ff74
  • Add prompts for optional arguments and command-specific flags, values, and repeatable options.
  • Cancel commands safely when Escape is pressed during required input.
  • Support Laravel 5.1 through Laravel 13.
  • Correct the PHP minimum from 7.0 to 7.1, as already required by runtime dependencies.
  • Replace the accidental PHP 8-only str_contains call and handle stale recent commands safely.
  • Add passing PHP 7.1/Laravel 5.1 and PHP 8.5/Laravel 13 tests.

v3.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Feb 22:40

Full Changelog: v2.0.0...v3.0.0

v2.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Feb 18:51

Migration release for package rename to jord-jd/artisan-menu

v1.2.1

Choose a tag to compare

@Jord-JD Jord-JD released this 25 Oct 11:02
26fe2a2
  • Remove use of firstWhere to ensure compatibility with older versions of Laravel.

v1.2.0

Choose a tag to compare

@Jord-JD Jord-JD released this 12 Sep 11:23
e910273
  • Added Laravel 6 support.

v1.1.0

Choose a tag to compare

@Jord-JD Jord-JD released this 22 Sep 00:02
  • Automatically add the JSON key value store to .gitignore file.
  • Add missing dependencies to composer.json.

This release also includes:

  • Improved installation instructions for users of Laravel 5.4 or below.

v1.0.1

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Jul 22:33
  • Ensure compatibility with PHP >= 7.0.
  • Display menu top-left of terminal rather than centralised.

v1.0.0

Choose a tag to compare

@Jord-JD Jord-JD released this 14 Jul 18:59
  • Initial release.