Skip to content

Releases: redwirelabs/resolve

v1.0.0

Choose a tag to compare

@amclain amclain released this 27 Apr 20:12

Production release.

v0.2.1

Choose a tag to compare

@amclain amclain released this 22 Apr 17:56

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

Choose a tag to compare

@amclain amclain released this 19 Apr 01:47

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

Choose a tag to compare

@amclain amclain released this 28 Dec 09:20

This is the MVP release of Resolve.

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@amclain amclain released this 28 Dec 06:38

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.