Skip to content

Releases: steve-gray/somersault

v1.2.1

26 Aug 12:01

Choose a tag to compare

Updated sig.

Updated Dependencies

31 Jul 23:00

Choose a tag to compare

  • Removed NPM Shrinkwrap to allow loose dependencies.

v1.1.3

30 Jul 23:30

Choose a tag to compare

Change to Drone 0.5 NPM

Updated Dependencies

30 Jul 22:19

Choose a tag to compare

v1.1.2

Change to Drone 0.5 NPM

Minor Tweaks

17 Feb 20:07

Choose a tag to compare

  • Improved example code that ships with somersault
  • Updated package.json tags.

Various Improvements / Small Features

17 Feb 19:53

Choose a tag to compare

Pre-release
  • $container parameter 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

17 Feb 11:55

Choose a tag to compare

Pre-release

Initial release into the wild to solicit feedback.