Skip to content

Releases: psalm/psalm-plugin-laravel

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

v1.4.6 🌈

09 Jun 17:57
1ff7fd2
Compare
Choose a tag to compare

What's Changed ✨

🐛 Bug Fixes

  • Update method signature for getPropertiesFromTable (#136) @CiiDyR

Fix handling of unknown Application interface methods

01 May 21:24
Compare
Choose a tag to compare

Previously calling unknown methods on the Application interface could result in a crash. This fixes that (#128)

v1.4.4 🌈

17 Apr 20:20
e6e34b7
Compare
Choose a tag to compare

What's Changed ✨

  • Added support for not stopping the execution of psalm even when a error occurs. (#141) @yaegassy

v1.4.3 🌈

07 Apr 17:40
d00e50e
Compare
Choose a tag to compare

What's Changed ✨

**- Prevent installation of barryvdh/laravel-ide-helper 2.9.2 and later (#138) @caugner **
barryvdh/laravel-ide-helper broke semantic versioning and broke our compatability. We are preventing upgrades to the newer versions of ide-helper until the issue is resolved

v1.4.2 🌈

09 Dec 03:03
Compare
Choose a tag to compare

What's Changed ✨

🐛 Bug Fixes

v1.4.1 🌈

20 Oct 02:06
71a93c4
Compare
Choose a tag to compare

What's Changed ✨

🔨 Maintenance