Skip to content

Releases: Hi-Folks/lara-lens

v1.0.0

13 Mar 22:00
04c2b95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v1.0.0

v0.5.2

12 Mar 21:25
Compare
Choose a tag to compare
  • Updating hints for missing lang directory

Full Changelog: v0.5.1...v0.5.2

v0.5.1

07 Mar 20:50
Compare
Choose a tag to compare

Detect PHP modules dependencies for Laravel 11

v0.5.0

07 Mar 20:07
81a1b7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Nov 07:43
Compare
Choose a tag to compare

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

04 Feb 11:08
0248c30
Compare
Choose a tag to compare

What's Changed

New Contributors 🥳

Thank you to Dan, a very passionate "tech guy" I met at LaraconEU2023 in Lisbon.

Full Changelog: v0.3.1...v0.4.0

Fix dependencies

17 Jul 16:01
Compare
Choose a tag to compare
  • 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

17 Jul 15:04
297110f
Compare
Choose a tag to compare
  • Add Termwind package
  • Review console output, thanks also to @exodusanto
  • Support for PHP 8.0 and greater

Laravel 9 support

23 Jan 08:29
Compare
Choose a tag to compare

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

03 Oct 08:03
a074d8e
Compare
Choose a tag to compare

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