v1.3.0
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