Changelog
2.0.2 (2014-04-14)
typedef
dependency that fixes issue with anonymous functions.Changelog
2.0.0 (2014-04-13)
call()
and registerInjects()
(for now).Changelog
1.3.0 (2014-02-22)
registerInjects()
to have certain properties set immediately
after creation via any factory method on a per-class basis.Changelog
1.2.1 (2014-01-23)
make()
to defer to call()
when used with two parameters.Changelog
1.2.0 (2014-01-23)
call()
to call a function within a certain context,
resolving all named parameters as dependencies.Changelog
1.1.0 (2014-01-20)
"container"
instead of "resolver"
factory(T)
to create by constructor reference.registerInstance()
,registerConstructor()
registerClosure()
registerFactory()
factory()
build()
make()
and register()
) will attempt to correctly
guess/determine which of the explicit flavors of function to use.