Moved DI container signature change to 4.0 [skip ci]

This commit is contained in:
Alexander Makarov
2018-07-04 23:55:48 +03:00
committed by GitHub
parent ba6c1a91e8
commit 9c653b91e3

View File

@ -59,7 +59,6 @@ We can tag additional releases in case someone will take the role of release man
- [ ] Declare an interface for DI container in `yiisoft/yii2`. Make it an extension of PSR if possible.
- [ ] Port cycles in dependencies detection from `yiisoft/di`.
- [ ] Port method calls support from `yiisoft/di`.
- [ ] Deprecate ability to set constructor options from method signatures, move it to `__construct`.
## Client side
@ -116,6 +115,10 @@ We can tag additional releases in case someone will take the role of release man
- [ ] Move methods from Yii class into helpers. For example, `Yii::getAlias()` could be `FileHelper::getAlias()`.
- [ ] Use HTML-5 data attributes to specify validation rules + global validation script that doesn't require additional config.
## Dependency injection
- [ ] Remove ability to set constructor options from method signatures, move it to `__construct`.
## Features
- [ ] Introduce configuration manager.