Skip to content

Auto-Injection, Errors handling & Thread-Safety

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 04 Feb 20:08
· 358 commits to master since this release

New features

  • Added auto-injection feature.
    #13, @ilyapuchka
  • Factories and resolveDependencies blocks of DefinitionOf are now allowed to throw. Improved errors handling.
    #32, @ilyapuchka
  • Thread safety reimplemented with support for recursive methods calls.
    #31, @mwoollard