Skip to content

v1.3.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 29 Jun 08:10
· 6 commits to master since this release
711d751
Added "arguments" (#11)

The "arguments" allow services to act as factories without intermediate code. Services that have "arguments" will be turned into a func and only compatible with the prototype scope.

Containers must now be created with NewContainer() (instead of &Container{}).

Fixes #5