Skip to content

Releases: phpstan/phpstan-doctrine

1.2.0

21 Jan 16:50
1.2.0
3ee046d
Compare
Choose a tag to compare
  • b6bf1db - Open 1.2-dev
  • e7eef10 - Refactoring resolver to be open to metadata resolution without objectManagerLoader
  • 670e28d - Update README.md
  • 6fc5407 - Resolve entity metadata without objectManagerLoader
  • 3ee046d - AnnotationReader does not always exist

1.1.1

19 Jan 07:23
1.1.1
830789b
Compare
Choose a tag to compare
  • 830789b - Fix Class "Doctrine\ORM\Query\Expr" not found error

1.1.0

17 Jan 16:37
1.1.0
6c7d28a
Compare
Choose a tag to compare
  • c056a39 - EntityColumnRule - check backed Enum type against Column mapping type
  • 9fa37f6 - Test
  • 00e7f8f - Bleeding edge - report entity mapping exception
  • 196beae - Fix
  • d519b20 - Merge branch '1.0.x'
  • ac331f0 - Tweet release action
  • 6c7d28a - Update release.yml

1.0.4

16 Jan 07:47
1.0.4
251d955
Compare
Choose a tag to compare
  • 251d955 - Update ClassMetadataInfo stub with type alias

1.0.3

14 Jan 19:56
1.0.3
820606a
Compare
Choose a tag to compare
  • 06924f6 - Update dependencies
  • 6897869 - Fix namespacedName
  • 5a8b4c1 - Fix setMetadataCacheImpl
  • 0625e90 - ClassMetadata is generic
  • 04cace0 - Test on PHP 8.1
  • 6f904b2 - Composer > Remove --no-suggest
  • 8cc7465 - Update deps
  • 7f19dba - Do not fail fast while linting PHP versions
  • b9aca46 - Composer > Define allowed plugins
  • a4c105e - Run PHPUnit downgrade before composer install
  • 399b7ff - Test all jobs on PHP 8.1
  • 77c7134 - Composer > Remove fake PHP platform + add fake ext-mongodb
  • f3fba3b - Downgrade doctrine/orm on PHP 7.1
  • 9f40e7f - Use different data fixture for entityRepositoryDynamicReturn test on PHP 7.1
  • d94857f - Fix
  • 820606a - Support for enumType in Column mapping

1.0.2

24 Nov 08:27
1.0.2
8805ca7
Compare
Choose a tag to compare
  • 8805ca7 - Use explicit errors for invalid object manager loader file

1.0.1

02 Nov 13:29
1.0.1
ea39192
Compare
Choose a tag to compare
  • ea39192 - magic method call findBy~, findOneBy~ should allow optional arguments

1.0.0

01 Nov 07:09
1.0.0
abf6068
Compare
Choose a tag to compare
  • cf697be - Open 1.0-dev
  • 367a78d - Enforce non-final entity classes
  • 10d556a - Improved compatibility with PHPStan 1.0
  • 613f592 - Improved compatibility with PHPStan 1.0
  • d9f64ae - Pass allowNullablePropertyForRequiredField to EntityRelationRule
  • a05e633 - Repository should always respect the base repositoryClass from configuration
  • abb069b - Improved compatibility with PHPStan 1.0
  • 2ddd94d - Constrain lowest PHPParser version to 4.13.0
  • bd74962 - Improve compatibility with nikic/php-parser 4.13.0
  • f2ecf02 - Improved compatibility with PHPStan 1.0
  • de3232a - Fix
  • 3692144 - Do not specify a variable which is not a query builder (#220)
  • 80004d8 - Improve compatibility with PHPStan 1.0
  • abf6068 - Improve compatibility with PHPStan 1.0

0.12.44

01 Sep 06:47
0.12.44
Compare
Choose a tag to compare
  • 5fe9a9b - Add allowNullablePropertyForRequiredField option

0.12.43

19 Aug 14:53
0.12.43
134ecca
Compare
Choose a tag to compare
  • 1d4ab0a - EntityColumnRule - test Id without GeneratedValue
  • 134ecca - EntityRepository stub - precise type for $_entityName property