Releases: psalm/psalm-plugin-laravel
Releases · psalm/psalm-plugin-laravel
v1.5.0 🌈
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
- Fix database migrations path (#188) @CristianGiordano
- Ensure firstOrNew/Create can be called without parameters in Laravel 8+ (#157) @caugner
- fix: Support @Property on Model with imported type (#170) @caugner
- chore: move Optional stub to /stubs (#175) @caugner
🔨 Maintenance
- test(Notification): run only for Laravel 6.0.4+ (#181) @caugner
- Migrate from Psalm Hooks to EventHandlers (#178) @caugner
- fix: add missing illuminate/* dependencies (#177) @caugner
- Test Laravel 6.x (LTS) instead of 7.x (EOL) (#176) @caugner
- chore: optimize + add imports (#174) @caugner
- test: add test case for abort() (#171) @caugner
- Reword acceptance tests (#169) @caugner
v1.4.9 🌈
v1.4.8 🌈
v1.4.7 🌈
v1.4.6 🌈
Fix handling of unknown Application interface methods
Previously calling unknown methods on the Application
interface could result in a crash. This fixes that (#128)
v1.4.4 🌈
v1.4.3 🌈
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
- Make the Model template on the Builder covariant. (#135) @twistor
- This pr is to fix the build test issues (#133) @masterfermin02