Releases: jtompkins/codependent
Releases · jtompkins/codependent
Args in the Container constructor
Features
- The Container constructor can accept an options hash, which is passed to the constructor block.
Better error handling
Features
- Validation errors are more descriptive and contain the ID of the injectable.
Bug Fixes
- Dependencies that appear in multiple places in the dependency graph are injected properly.
New injection types!
Features
- Constructor injection
- Value injection
- Provider functions
- Dependency type checking
- New DSL syntax
Initial Release
Features
- Initial Release