Skip to content

Latest commit

 

History

History
415 lines (218 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

415 lines (218 loc) · 17.9 KB

Release Notes

v5.8.1 - 2024-05-21

  • Only run migration after selecting the database by @crynobone in #337
  • [1.x] Enforce output when running with --quiet by @xiCO2k in #339

v5.8.0 - 2024-05-07

  • Improves output if Herd or Valet are installed. by @xiCO2k in #335
  • Gets the default "tld" on install. by @xiCO2k in #336

v5.7.3 - 2024-04-30

v5.7.2 - 2024-04-16

v5.7.1 - 2024-04-02

v5.7.0 - 2024-03-26

v5.6.0 - 2024-03-12

v5.5.3 - 2024-03-05

v5.5.2 - 2024-02-20

v5.5.1 - 2024-02-12

v5.5.0 - 2024-01-30

v5.4.0 - 2024-01-23

v5.3.0 - 2024-01-16

v5.2.1 - 2024-01-09

v5.2.0 - 2023-12-05

v5.1.3 - 2023-10-10

v5.1.2 - 2023-09-26

v5.1.1 - 2023-09-12

v5.1.0 - 2023-08-29

  • Fixes breeze installation with --ssr options by @crynobone in #278
  • Adds missing jetstream options by @nunomaduro in #279
  • Add ability to select default database connection by @crynobone in #275
  • Updated to use the Process constructor to install Pest and use Composer helper class by @crynobone in #274

v5.0.4 - 2023-08-22

No major changes.

v5.0.3 - 2023-08-15

  • Add option to indicate whether Breeze should be scaffolded with TypeScript support by @weavdale in #271

v5.0.2 - 2023-08-08

  • Show the directory name at the end of the installer by @jessarcher in #270

v5.0.1 - 2023-08-03

  • Don't prompt for Git if Github Option is found by @Jubeki in #269

v5.0.0 - 2023-08-01

v4.5.1 - 2023-07-25

v4.5.0 - 2023-03-20

  • Use Pest v2 by @nunomaduro in #262

v4.4.3 - 2023-03-07

  • Prevent unknown option with git commands by @zepfietje in #260

v4.4.2 - 2023-03-02

  • Adds option "dark" to jetstream installation by @MarioPerini in #259

v4.4.1 - 2023-02-21

  • Add an option to install PHPUnit by @likeadeckofcards in #256

v4.4.0 - 2023-02-14

Added

  • Adds Laravel Breeze scaffolding by @nunomaduro in #253

Fixed

  • Fixes installation of Pest in Laravel 10 by @nunomaduro in #254

v4.3.0 - 2023-02-07

Added

  • Adds --pest flag to use Pest by @nunomaduro in #251

v4.2.17 - 2022-09-13

Changed

  • Remove storage:link command by @jessarcher in #245

v4.2.16 - 2022-08-16

Changed

  • Remove duplicate npm install and npm run build steps by @jessarcher in #242

v4.2.15 - 2022-08-09

Fixed

  • Changes APP_URL replacement with name to lower by @RhysLees in #239
  • Prevent unresolvable APP_URL by @jessarcher in #240

v4.2.14 - 2022-08-02

Changed

  • Simplify push to GitHub by @driesvints in #238

v4.2.13 - 2022-07-26

Changed

  • Improved console output by @nunomaduro in #235

v4.2.12 - 2022-07-13

Fixed

  • Check directory before deleting in Windows OS by @azizramdan in #233

v4.2.11 - 2022-06-28

Fixed

  • Use build command instead of dev command for Vite support by @driesvints in #232

Changed

  • Symfony v6 support (#217)

Fixed

  • Maintain current functionality with gh repo create rewrite (#219)

Changed

  • Always run NPM install (#214)

Changed

  • Respect git global config for a default branch (#207)

Fixed

  • Use isDecorated for no-ansi detection (#203)

Fixed

  • Fix new command failing without no-ansi option (#202)

Changed

  • Add support for older versions of Git (#199)

Added

Changed

  • Update pushing branch (#196)

Added

  • Add organization flag (#194)

Changed

  • Revert "Improve Git push" (#192)

Changed

  • Improve Git push (#191)

Added

  • Git Support (#185)

Changed

  • Require name argument (#178)

Added

  • PHP 8 Support (#168)

Changed

  • Use dev-master for dev version (9ce64f82)

Fixed

  • Fixed some jetstream prompt issues

Added

  • Add prompt-jetstream switch (95c3a00)

Changed

  • Update DB_DATABASE in .env.example (#167)

Fixed

  • Ensure artisan command is executable (#153)
  • Fix quiet and no-ansi flags (#156)

Fixed

  • Close <fg> tag (#149)
  • Add warning about --force and installing in current directory (#152)

Fixed

  • Fix for directories with spaces in current working directory path (#147)

Added

  • Add stack and teams options (#143)

Changed

  • Require PHP 7.3 (#132)

Fixed

  • Fix multiple issues when running on Windows (#133, #137)
  • Only change .env file when project name exists (#140)

Changed

Added

Removed

  • Drop support for PHP 7.2 (#118)

Fixed

  • Fix composer autoloader path (f3db3f3)

Changed

  • Move laravel binary to new directory (c581a78)
  • Require PHP 7.2 as the new minimum version (3ab97f2)
  • Allow Symfony 5 (513a060)

Removed

Added

Fixed

  • Make sure zip file is valid before extracting (#100)

Added

  • Create a new project in the current directory using "laravel new ." (#99)

Added

  • Added an alias to the --force option (#79)

Changed

  • Use the extension_loaded method to check if the 'zip' extension is loaded (#81)

Fixed

  • Respect --quiet option (#77)
  • Update composer path on findComposer (#86)

Changed

Changed

  • Bump guzzle requirement (f909b98)