Releases: sebastianMurdoch/di-injector
Releases · sebastianMurdoch/di-injector
Fix memory leak
The replacement feature was continuosly adding to a slice
Add replace feature
Adds the feature to replace a dependency in the container
Add no injection posibility
Adds the posibility of no injection by removing the error that was throw before and instead logs a warning message.
Add recursion
This new release adds recursion search for injection and the posibility to add more than one dependency in the same function
Add reference through interface
A DiContainer interface was added
First functional version
Firt version of the library.