Skip to content

Releases: psalm/psalm-plugin-laravel

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

v1.4.0 🌈

17 Aug 17:37
95761f9
Compare
Choose a tag to compare

What's Changed ✨

The main change here is that we have added some dynamic analysis. Dependencies resolved by the container will now be done so dynamically in order to get the actual return type; This makes it easier to resolve the likes of named aliases. We have also added dynamic analysis for the path helpers to resolve the actual path in order to perform more safety checks around files being referenced with a path helper.

πŸš€ New Functionality

πŸ› Bug Fixes

  • fixing conflict issue in composer requirements (#92) @netcode

πŸ”¨ Maintenance

v1.3.1 🌈

22 Jun 14:43
Compare
Choose a tag to compare

What's Changed ✨

Bumping the minimum version of psalm.

πŸ”¨ Maintenance

v1.3.0 🌈

18 Jun 17:22
Compare
Choose a tag to compare

What's Changed ✨

This is a big release with lots of support for Eloquent! Relationships, Collections, Builders, etc. should now all be type-aware.

With this release, we have also dropped support for php 7.1. Please refer to #84 (comment) for rationale as to why

πŸš€ New Functionality

πŸ› Bug Fixes

πŸ”¨ Maintenance

v1.2.1 🌈

12 May 05:59
db2f1a2
Compare
Choose a tag to compare

What's Changed ✨

πŸ› Bug Fixes

  • Keep psalm exception handler (#56) @mr-feek
  • Resolve the actual application instance for the likes of app()->makeWith() support (#63) @mr-feek

πŸ”¨ Maintenance