Skip to content

Releases: psalm/psalm-plugin-laravel

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

v1.2.0

29 Apr 17:16
31b48d7
Compare
Choose a tag to compare

What's Changed

๐Ÿš€ New Functionality

  • Add return type info for url helper (#50)
  • Add return type info for redirect helper (#32)
  • Add template for Collection (#32)
  • Add type support to Container (#39)

๐Ÿ› Fixes

  • Stop PhpStorm from complaining about duplicate class declarations (#45)

๐Ÿ”จ Maintenance

  • Cleanup dependency declarations (#35)
  • We now have automated testing setup!
  • Consolidate plugin classes instead of inheritance (#34)