Skip to content

Releases: psalm/psalm-plugin-doctrine

v2.0.1

12 Nov 11:57
13d2b59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Nov 08:17
a9b8892
Compare
Choose a tag to compare

What's Changed

  • Fix doctrine/persistence compatibility by @enumag in #96
  • Removed ServiceEntityReposity stub as useless for versions >2.3 by @SCIF in #100

New Contributors

  • @SCIF made their first contribution in #100

Full Changelog: v1.2.0...v2.0.0

v1.2.0

31 Oct 19:17
b24dcfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...v1.2.0

doctrine-psalm-plugin 1.1.0

31 Aug 17:53
a629250
Compare
Choose a tag to compare
  • 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

03 Jan 20:52
1.0.0
281dff0
Compare
Choose a tag to compare

Added

Changed

  • #72 #71 Return type of ObjectRepository::findAll() from list to T[]

  • #62 Test on Symfony 5 (@amberovsky)

Deprecated

  • Nothing.

Removed

Fixed

  • #75 #69 MethodSignatureMismatch on EntityManager methods

  • #74 #70 ManagerRegistry deprecation/removal

doctrine-psalm-plugin 0.11.3

20 Jun 21:02
0.11.3
ded8b87
Compare
Choose a tag to compare

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

20 Jun 16:10
0.11.2
891edd3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 Allow classes extending query builder to return instances of themselves (thanks @enumag)

doctrine-psalm-plugin 0.11.1

16 Apr 11:07
0.11.1
8bd1fba
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #55 Fixed EntityManager::getReference() type to be nullable (thanks @seferov)

doctrine-psalm-plugin 0.11.0

29 Mar 21:24
0.11.0
229a38f
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #54 EntityManager::getReference() return type changed to nullable (thanks @simPod)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

doctrine-psalm-plugin 0.10.0

27 Feb 02:13
0.10.0
2622bfa
Compare
Choose a tag to compare

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)