-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Dependency Injection micro-framework is deserving of its own package. Make preparations to separate it.
Features that are not done yet:
- dependencies of DI (
pca.utils.errors
) are made standalone first, Separatepca.utils.errors
into standalone repo #83 - support the contextualization of the scope, Dependency Injection: build mechanics for contextualized scope #78
- scope: thread, Dependency Injection: Scopes #9
- scope: request, Dependency Injection: Scopes #9
- scope: session, Dependency Injection: Scopes #9
- inheritance support while requesting by interface, DI: Container - register by interface #20
- generics support while requesting by interface
- prepare quickstart guide
- prepare API docs
- make a standalone repo
- migrate commits & issues to the new repo