Releases: steve-gray/somersault
Releases · steve-gray/somersault
v1.2.1
Updated Dependencies
- Removed NPM Shrinkwrap to allow loose dependencies.
v1.1.3
Change to Drone 0.5 NPM
Updated Dependencies
v1.1.2 Change to Drone 0.5 NPM
Minor Tweaks
- Improved example code that ships with somersault
- Updated package.json tags.
Various Improvements / Small Features
$containerparameter on a generator/value now injects a dynamically created child container into the object/function being built.- Support for container chaining. Pass an existing container to
.createContainer(parent)or simply call.createChild()on an existing container.- Parent containers can now contain incomplete dependency graphs, with child containers filling in the blanks.
- Can store and retrieve non-function/class/arrow values now, allowing injection of configuration string data.
- Code quality improvements (100% statement coverage, 95% branch coverage).
Initial Public Release
Initial release into the wild to solicit feedback.