Skip to content

Latest commit

 

History

History
424 lines (223 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

424 lines (223 loc) · 18.5 KB

Release Notes

v5.8.3 - 2024-06-18

v5.8.2 - 2024-06-02

v5.8.1 - 2024-05-21

v5.8.0 - 2024-05-07

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

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 laravel#271

v5.0.2 - 2023-08-08

v5.0.1 - 2023-08-03

v5.0.0 - 2023-08-01

v4.5.1 - 2023-07-25

v4.5.0 - 2023-03-20

v4.4.3 - 2023-03-07

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

v4.4.2 - 2023-03-02

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

v4.4.1 - 2023-02-21

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

v4.4.0 - 2023-02-14

Added

  • Adds Laravel Breeze scaffolding by @nunomaduro in laravel#253

Fixed

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

v4.3.0 - 2023-02-07

Added

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

v4.2.17 - 2022-09-13

Changed

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

v4.2.16 - 2022-08-16

Changed

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

v4.2.15 - 2022-08-09

Fixed

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

v4.2.14 - 2022-08-02

Changed

  • Simplify push to GitHub by @driesvints in laravel#238

v4.2.13 - 2022-07-26

Changed

  • Improved console output by @nunomaduro in laravel#235

v4.2.12 - 2022-07-13

Fixed

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

v4.2.11 - 2022-06-28

Fixed

  • Use build command instead of dev command for Vite support by @driesvints in laravel#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)