Skip to content

Releases: redwirelabs/resolve

v1.0.0

27 Apr 20:12
Compare
Choose a tag to compare

Production release.

v0.2.1

22 Apr 17:56
Compare
Choose a tag to compare

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

19 Apr 01:47
Compare
Choose a tag to compare

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

28 Dec 09:20
Compare
Choose a tag to compare

This is the MVP release of Resolve.

v0.0.1

28 Dec 06:38
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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.