Skip to content

Releases: proget-hq/phpstan-yii2

0.8.0

10 Jan 14:50
b9db74c
Compare
Choose a tag to compare

Added

  • Initial phpstan 1.x support (#50)

0.7.6

10 Aug 09:47
2a3f740
Compare
Choose a tag to compare

Added

  • Compatibility with yii 2.0.43 (#45)

0.7.5

08 Jul 07:39
41cc2da
Compare
Choose a tag to compare

Added

  • Compatibility with phpstan 0.12.91 (#44)

0.7.4

26 Apr 18:33
1334dbf
Compare
Choose a tag to compare

Added

  • Enable PHP 8.0 (#35)
  • Resolve services defined by string & BaseObject configurations (#38)
  • Resolve ActiveRecord stan type from static method return type (#40)
  • Ensure YII_DEBUG is defined (#41)

Fixed

  • ActiveRecord array access (#39)

0.7.3

13 Jul 15:52
Compare
Choose a tag to compare

Added

  • Support for non-singleton services (definitions) (#30)

0.7.2

01 May 17:57
7a48c4d
Compare
Choose a tag to compare

Changed

  • Replace YiiDynamicStaticMethodReturnTypeExtension with a stub (#28)

0.7.1

16 Dec 11:19
37e2fa1
Compare
Choose a tag to compare

Removed

  • 'Call to an undefined method yii\console\Response' ignored error

0.7.0

12 Dec 13:40
Compare
Choose a tag to compare

Added

  • Support for phpstan 0.12
  • GitHub actions

Removed

  • Travis CI integration

0.6.0

12 Sep 06:36
Compare
Choose a tag to compare

Added

  • Support for already initialized components (#15)
  • Support for HeaderCollection.get (#17)

Changed

  • Required PHP version to at least 7.2 (#19)

0.5.0

06 May 13:56
Compare
Choose a tag to compare

Added

  • Add support for phpstan 0.11
  • Extension tests (Yii2 is now a dev dependency)