Skip to content

Releases: psalm/psalm-plugin-laravel

v3.0.0 RC2

16 Feb 21:04
016f065
Compare
Choose a tag to compare
v3.0.0 RC2 Pre-release
Pre-release

What's Changed

  • Fix "Cannot get method params for Illuminate\Support\Facades\Auth::user" by @alies-dev in #391
  • Do not use a private Name::$parts property @alies-dev

Full Changelog: v3.0.0-rc1...v3.0.0-rc2

v3.0.0 RC1

16 Feb 15:44
6f98635
Compare
Choose a tag to compare
v3.0.0 RC1 Pre-release
Pre-release

What’s Changed

Since the plugin requires a lot of efforts to maintain different Laravel, PHP and Psalm versions, we decided to limit supported versions in this release. If you need support for other version ranges, please consider a PR or a donation to support the project.

  • Support Psalm 6 @danog and @alies-dev
  • Dump dependencies: drop Laravel 10 and PHP 8.1 support (#388). The minimum Laravel version is v11.35 @alies-dev
  • More precise relationship detection @alies-dev
  • Internal: better DX to run tests @alies-dev
  • Internal: support <failOnInternalError>true</failOnInternalError> Plugin config value to not suppress internal plugin errors (for better DX) @alies-dev

Full Changelog: v2.11.0...v3.0.0-rc1

v2.12.1

16 Feb 21:06
c7910a1
Compare
Choose a tag to compare

What’s Changed

  • Do not use private $parts property on scanning migrations @alies-dev

Full Changelog: v2.12.0...v2.12.1

v2.12.0 Psalm 6

16 Feb 16:25
d5dd124
Compare
Choose a tag to compare

What's Changed

Please also consider testing a new major version of the plugin: https://github.com/psalm/psalm-plugin-laravel/releases/tag/v3.0.0-rc1

Full Changelog: v2.11.1...v2.12.0

v2.11.0 (more stubs, new format for tests)

29 Mar 19:09
ffd5139
Compare
Choose a tag to compare

What’s Changed

Features

Internal changes

Full Changelog: v2.10.1...v2.11.0

v1.4.11

01 Apr 17:51
018c576
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.10...v1.4.11

v2.10.1

13 Mar 16:48
a87f401
Compare
Choose a tag to compare

What’s Changed

Features

  • Update stubs: add Route, once(), update Model properties (#369) @alies-dev

Full Changelog: v2.10.0...v2.10.1

v1.6.3

14 Mar 22:42
937f6cb
Compare
Choose a tag to compare

What's Changed

maintenance release to support old versions of the plugin

  • Performance: Register handler for Models only (bypass an issue in ide-helper) by @alies-dev in #370
  • Add stub for cache repository interface by @Legion112 in #236

Full Changelog: v1.6.2...v1.6.3

v2.10.0

12 Mar 23:23
cde7800
Compare
Choose a tag to compare

What’s Changed

Internal changes

Full Changelog: v2.9.0...v2.10.0

v2.9.0: Auth + Laravel 11

12 Mar 20:54
98e1a87
Compare
Choose a tag to compare

One of the biggest releases of the package 🚀

What’s Changed

Features

Fixes

Internal changes

Full Changelog: v2.8.0...v2.9.0