Releases: redwirelabs/resolve
Releases · redwirelabs/resolve
v0.2.1
Hide the revert_all
function. The revert_all
function may still be helpful for troubleshooting dependencies so I've left the code in, but it's being removed from the public docs to discourage it from becoming common place.
v0.2.0
Added Resolve.revert_all
to revert all of the mapped dependencies back to their original modules. The intention is for it to be called between unit tests to conveniently reset all of the dependency mappings.
v0.1.0
This is the MVP release of Resolve.
v0.0.1
This release splits out the dependency injection code into its own library and sets up a hex package.
This release is a snapshot of the former code and is not intended for use as a library in its current state. The DI
module works and can be pulled into your own project if you want to explore it.