Skip to content

Eager Singletons

Compare
Choose a tag to compare
@ilyapuchka ilyapuchka released this 31 Mar 21:08
· 292 commits to develop since this release

New features

  • Added .EagerSingleton scope for objectes requiring early instantiation and bootstrap() method on DepenencyContainer. Call bootstrap to fix container setup and instantiate all eager singletons.
    #65, @ilyapuchka

Bug fixes

  • Reverted order of Resolvable callbacks. Now last resolved Resolvable instance will receive didResolveDependencies callback first.
    #67, @ilyapuchka