Browse Source

Moved DI container signature change to 4.0 [skip ci]

tags/2.0.16
Alexander Makarov 6 years ago committed by GitHub
parent
commit
9c653b91e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ROADMAP.md

5
ROADMAP.md

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

Loading…
Cancel
Save