docs(readme): add comprehensive DI state and action logging to features

This commit is contained in:
Sergey Penkovsky
2025-08-08 13:40:10 +03:00
parent d15f3063fc
commit 2ebc997fea

View File

@@ -270,6 +270,7 @@ scope.installModules([...]);
- [x] Modular and Hierarchical Composition
- [x] Null-safe Resolution (tryResolve/tryResolveAsync)
- [x] Circular Dependency Detection (Local and Global)
- [x] Comprehensive logging of dependency injection state and actions
## Quick Guide: Circular Dependency Detection