Skip to content

Releases: sebastianMurdoch/di-injector

Fix memory leak

30 Apr 10:50
Compare
Choose a tag to compare

The replacement feature was continuosly adding to a slice

Add replace feature

28 Apr 14:03
Compare
Choose a tag to compare

Adds the feature to replace a dependency in the container

Add no injection posibility

27 Apr 18:42
Compare
Choose a tag to compare

Adds the posibility of no injection by removing the error that was throw before and instead logs a warning message.

Add recursion

18 Apr 22:18
Compare
Choose a tag to compare

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

11 Apr 16:24
Compare
Choose a tag to compare

A DiContainer interface was added

First functional version

11 Apr 15:00
Compare
Choose a tag to compare

Firt version of the library.