Releases: psalm/psalm-plugin-doctrine
Releases · psalm/psalm-plugin-doctrine
v2.0.1
What's Changed
- Fix doctrine collections uses by @jordisala1991 in #101
New Contributors
- @jordisala1991 made their first contribution in #101
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.2.0
What's Changed
- Add psalm-mutation-free annotation by @VincentLanglet in #99
Full Changelog: 1.1.0...v1.2.0
doctrine-psalm-plugin 1.1.0
- Stop requiring doctrine repos
- Refined Collection::first() and Collection::last() return types after checking Collection::isEmpty()
- Bump Psalm version
Special thanks to @VincentLanglet for these changes
doctrine-psalm-plugin 1.0.0
Added
-
#61 Added taint sinks for DBAL\Connection (@adrienlucas)
-
#64 #63 EntityRepository::matching() stub (@ygottschalk)
Changed
-
#72 #71 Return type of ObjectRepository::findAll() from list to T[]
-
#62 Test on Symfony 5 (@amberovsky)
Deprecated
- Nothing.
Removed
Fixed
doctrine-psalm-plugin 0.11.3
Added
- Nothing.
Changed
- Changed stub files extension to hide them from some IDEs
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
doctrine-psalm-plugin 0.11.2
doctrine-psalm-plugin 0.11.1
doctrine-psalm-plugin 0.11.0
doctrine-psalm-plugin 0.10.0
Added
- #48 Added stub for Doctrine\DBAL\Query\Expression\ExpressionBuilder (thanks @mpolyakovsky)
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#49 Allow WHERE IN clauses in the ORM QueryBuilder (thanks @jaikdean)
-
#50 Fixed compatibility with Alpine Linux (missing GLOB_BRACE) (thanks @bendavies)