Auto-Injection, Errors handling & Thread-Safety
New features
- Added auto-injection feature.
#13, @ilyapuchka - Factories and
resolveDependencies
blocks ofDefinitionOf
are now allowed tothrow
. Improved errors handling.
#32, @ilyapuchka - Thread safety reimplemented with support for recursive methods calls.
#31, @mwoollard