All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
- Initial phpstan 1.x support
- Compatibility with yii 2.0.43 (#45)
- Compatibility with phpstan 0.12.91 (#44)
- 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)
- ActiveRecord array access (#39)
- Add support for non-singleton services (definitions) (#30)
- Replace YiiDynamicStaticMethodReturnTypeExtension with a stub
- 'Call to an undefined method yii\console\Response' ignored error
- Support for phpstan 0.12
- GitHub actions
- Travis CI integration
- Support for already initialized components (#15)
- Support for HeaderCollection.get (#17)
- Required PHP version to at least 7.2
- Add support for phpstan 0.11
- Extension tests (Yii2 is now a dev dependency)
- Allow configuration without singletons (#10)
- Update phpstan and move it to require-dev
- Add php-cs-fixer & fix code-style
- Add ServiceMap tests
- Travis CI integration
- Add .gitattributes
- Add support for phpstan 0.10.3
- Add support for phpstan 0.10
- Provides correct methods and properties for Yii::$app->request
- first initial release