mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 11:39:41 +08:00
Moved DI container signature change to 4.0 [skip ci]
This commit is contained in:
committed by
GitHub
parent
ba6c1a91e8
commit
9c653b91e3
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user