Releases: Hi-Folks/lara-lens
Releases · Hi-Folks/lara-lens
v1.0.0
What's Changed
- Upgrading packages/dependencies by @roberto-butti in #81
Full Changelog: v0.5.2...v1.0.0
v0.5.2
- Updating hints for missing lang directory
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Detect PHP modules dependencies for Laravel 11
v0.5.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #80
New Contributors
- @laravel-shift made their first contribution in #80
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Feature/rector by @roberto-butti in #79
- Adding tests for PHP 8.3
- Adding title helper in the TermOutput
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- supporting Laravel 10 by @roberto-butti in #73
- Refactor Code quality process by @roberto-butti in #74
- Convert tests to Pest PHP by @dansysanalyst in #75
- Add requirements check for Laravel 10 by @roberto-butti in #76
- fix skip-database by @roberto-butti in #77
- update readme badges by @roberto-butti in #78
New Contributors 🥳
Thank you to Dan, a very passionate "tech guy" I met at LaraconEU2023 in Lisbon.
- @dansysanalyst made their first contribution at #75
Full Changelog: v0.3.1...v0.4.0
Fix dependencies
- Fine-tuning dependencies for PHP 8.1, and symfony / doctrine packages
- Drop support for PHP7.4, for older PHP and Laravel, use Laralens v0.2.x
Termwind
- Add Termwind package
- Review console output, thanks also to @exodusanto
- Support for PHP 8.0 and greater
Laravel 9 support
We are super excited about the new upcoming release of Laravel 9
- Add Support for Laravel 9
- Add tests for PHP8.1
- Drop support for PHP7.3
- Some fine-tuning for Static Code analysis
Adding options for managing the ouput
Hacktoberfest!!!
We would like to say thank you to @tweichart and @martijnengler for the contributions.
Add
- Add --all option for showing all information (verbose output). Thanks to @tweichart
- Add --large option for using 120 chars width. Thanks to @martijnengler