Skip to content

Releases: psalm/psalm-plugin-laravel

v1.6.1 🌈

21 Jun 18:50
823119c
Compare
Choose a tag to compare

What's Changed ✨

🚀 New Functionality

v2.0.0 🌈 Support for Laravel 9

02 May 17:41
7524304
Compare
Choose a tag to compare

What's Changed ✨

  • Thanks to many contributions from the community, we now support laravel 9: #213
    We have cut a new major release branch for this series of support

v1.6.0 🌈

28 Mar 20:21
f7d22b2
Compare
Choose a tag to compare

What's Changed ✨

🚀 New Functionality

v1.5.3 🌈

07 Mar 15:58
902d217
Compare
Choose a tag to compare

What's Changed ✨

🚀 New Functionality

🔨 Maintenance

v1.5.2 🌈

17 Feb 17:28
7123b78
Compare
Choose a tag to compare

Lot's of great changes in here to get the CI pipeline green again! Thank you for all your contributions

What's Changed ✨

🚀 New Functionality

  • feat: support foreach with Support\Collection (#209) @tjmmm

🐛 Bug Fixes

🔨 Maintenance

v1.5.1 🌈

26 Jul 18:55
183c230
Compare
Choose a tag to compare

What's Changed ✨

🚀 New Functionality

v1.5.0 🌈

16 Jul 16:06
Compare
Choose a tag to compare

What's Changed ✨

🚀 New Functionality

  • Suppress UnusedClass/PossiblyUnusedMethod on well-known classes/methods of fresh Laravel/Lumen projects (#183) @caugner
  • Ensure factory() helper is gone in Laravel 8+ (#182) @caugner
  • fix: ignore PropertyNotSetInConstructor in Console\Command, Http\FormRequest and Notifications\Notifications classes (#172) @caugner

🐛 Bug Fixes

🔨 Maintenance

v1.4.9 🌈

05 Jul 16:15
7f15023
Compare
Choose a tag to compare

What's Changed ✨

🐛 Bug Fixes

🚀 New Functionality

🔨 Maintenance

v1.4.8 🌈

04 Jul 17:21
cf9fbd8
Compare
Choose a tag to compare

What's Changed ✨

This release is mainly a lot of internal refactoring.

🚀 New Functionality

🐛 Bug Fixes

🔨 Maintenance

v1.4.7 🌈

10 Jun 05:26
11f6fd4
Compare
Choose a tag to compare

I did not realize that ide-helper removed support for laravel 7. Reverting the last release for now.

What's Changed ✨

  • Revert "Update method signature for getPropertiesFromTable" (#149) @mr-feek