Skip to content

Releases: phpstan/phpstan-doctrine

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

0.12.42

08 Jul 09:01
Compare
Choose a tag to compare
  • e317317 - Update stubs to be more strict about mixed vs. object

0.12.41

04 Jul 09:35
Compare
Choose a tag to compare

0.12.40

01 Jul 07:55
5532790
Compare
Choose a tag to compare
  • 5532790 - Allow JsonType to store any json-compatible type

0.12.39

10 Jun 12:44
Compare
Choose a tag to compare
  • 748eaac - Compatibility with latest PHPStan
  • 24f7283 - Rewrite in backward compatibility compliant way
  • c35261f - Add Carbon descriptors via ReflectionDescriptor

0.12.38

27 May 11:19
Compare
Choose a tag to compare
  • 65d626e - Baseline
  • abbbe9f - Fix build
  • bda3ad8 - ArgumentsProcessor can be extended under the terms of BC promise
  • c114558 - Fix tests
  • d2da81f - Cover more classes and methods with BC promise
  • 279a808 - NewExprDynamicReturnTypeExtension - correct fallback in case of arguments exception
  • 59b8c5f - Bump PHPStan

0.12.37

20 May 15:00
37a3116
Compare
Choose a tag to compare
  • 37a3116 - (fix): copy and merge are deprecated (#190)

0.12.36

20 May 13:50
Compare
Choose a tag to compare
  • 9541bbe - BC promise clarification