Skip to content

Releases: jtompkins/codependent

Args in the Container constructor

06 Mar 05:26

Choose a tag to compare

Pre-release

Features

  • The Container constructor can accept an options hash, which is passed to the constructor block.

Better error handling

25 Feb 05:23

Choose a tag to compare

Better error handling Pre-release
Pre-release

Features

  • Validation errors are more descriptive and contain the ID of the injectable.

Bug Fixes

  • Dependencies that appear in multiple places in the dependency graph are injected properly.

New injection types!

25 Feb 05:23

Choose a tag to compare

New injection types! Pre-release
Pre-release

Features

  • Constructor injection
  • Value injection
  • Provider functions
  • Dependency type checking
  • New DSL syntax

Initial Release

25 Feb 05:22

Choose a tag to compare

Initial Release Pre-release
Pre-release

Features

  • Initial Release