Skip to content

Latest commit

 

History

History
107 lines (56 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

107 lines (56 loc) · 2.55 KB

Changelog

All notable changes to laravel-stubs will be documented in this file

2.4.3 - 2022-02-09

What's Changed

Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.2...2.4.3

2.4.2 - 2022-02-07

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.1...2.4.2

2.4.1 - 2022-02-03

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.4.0...2.4.1

2.4.0 - 2022-01-14

  • support Laravel 9

2.3.1 - 2021-12-01

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.3.0...2.3.1

2.3.0 - 2021-11-10

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-stubs/compare/2.2.0...2.3.0

2.2.0 - 2021-07-08

  • use anonymous migrations by default

2.1.0 - 2020-12-02

  • add support for PHP 8

2.0.1 - 2020-10-03

  • use HasFactory by default

2.0.0 - 2020-09-14

  • add Laravel 8 specific stubs

1.1.1 - 2020-09-09

  • allow Laravel 8

1.1.0 - 2020-03-25

  • integration with orchestra/canvas (#7)

1.0.3 - 2020-03-24

  • fix console output color

1.0.2 - 2020-03-24

  • fix --force option

1.0.1 - 2020-03-24

  • fix service provider name

1.0.0 - 2020-03-24

  • initial release