Skip to content

Releases: psalm/psalm-plugin-doctrine

Support DBAL Query builder

19 Jan 19:13
f962d9e
Compare
Choose a tag to compare

Added

Changed

@orklah and @mpolyakovsky contributed a number of improvements to the test suite and other misc fixes

Removed

  • The minimum Psalm version is now 3.6.2

Added ClassMetadataInfo::$sequenceGeneratorDefinition

17 Oct 00:59
0.8.0
8241607
Compare
Choose a tag to compare

Added

  • #29 Added ClassMetadataInfo::$sequenceGeneratorDefinition

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Allow Expr\Comparison

14 Oct 17:30
0.7.1
354d8a5
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #28 #27 Expr\Comparison is now allowed in QueryBuilder::{where,orWhere,andWhere}()

Added support for variadic arguments of QueryBuilder methods

13 Oct 02:30
0.7.0
af57802
Compare
Choose a tag to compare

Added

  • #26 Support for variadic arguments of QueryBuilder methods (thanks @2e3s)

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Corrected `Collection::slice()` signature

10 Oct 19:35
77bedeb
Compare
Choose a tag to compare

Fixed

  • Collection::slice() $offset parameter accepts int only (#25)

Typed Doctrine\ORM\Mapping\ClassMetadataInfo::$table

11 Sep 20:38
ee20104
Compare
Choose a tag to compare

Added

  • Doctrine\ORM\Mapping\ClassMetadataInfo::$table type - thanks @zerkms (#23)

Fixed Collection::partition closure type

20 Jul 10:44
e554698
Compare
Choose a tag to compare

Fixed

  • Collection::partition() closure type (#22)

Added support for ServiceEntityRepository (from doctrine-bundle)

11 Jul 23:04
30ea862
Compare
Choose a tag to compare

Added

  • Support for ServiceEntityRepository (#19

Stub ObjectRepository::{findAll,findBy,findOneBy}

28 Jun 21:22
1eb37dc
Compare
Choose a tag to compare

Added

  • Stubbed ObjectRepository::findAll(), ObjectRepository::findBy() and ObjectRepository::findOneBy() - thanks @jaikdean (#17)

Stub ClassMetadata::getAssociationTargetClass

01 May 01:35
bb624d3
Compare
Choose a tag to compare

Added

  • ClassMetadata::getAssociationTargetClass return type - thanks @jaikdean (#14)