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.
- 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