Releases: proget-hq/phpstan-yii2
Releases · proget-hq/phpstan-yii2
0.8.0
Added
- Initial phpstan 1.x support (#50)
0.7.6
Added
- Compatibility with yii 2.0.43 (#45)
0.7.5
Added
- Compatibility with phpstan 0.12.91 (#44)
0.7.4
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
Added
- Support for non-singleton services (definitions) (#30)
0.7.2
Changed
- Replace YiiDynamicStaticMethodReturnTypeExtension with a stub (#28)
0.7.1
Removed
- 'Call to an undefined method yii\console\Response' ignored error
0.7.0
Added
- Support for phpstan 0.12
- GitHub actions
Removed
0.6.0
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
Added
- Add support for phpstan 0.11
- Extension tests (Yii2 is now a dev dependency)