Releases: ob-ivan/sd-dependency-injection
Releases · ob-ivan/sd-dependency-injection
Enable aware trait inheritance
Allow injecting into provide method
v1.5 Merge branch 'inject-into-provide'
Use a fixed name to refer to the container itself
v1.4 Test that merged container is injected for container aware consumers
Add container merging
v1.3 Add an example of calling merge
Add container getter to aware trait
v1.2.4 Add container getter to trait to remove consumer dependency on variab…
Detect cyclic dependencies in providers
Merge pull request #1 from ob-ivan/cyclic-deps Cyclic deps
Cast manual dependency list to array
v1.2.2 Enforce array type on auto declare and cast to array on manual declare
Fix typo in value class
v1.2.1 Fix typo
Add auto declarer feature and provider interface
v1.2 Add auto declarer interface to allow mixing auto dependencies and man…
Add extend method
v1.1 Add extend method