Eager Singletons
New features
- Added
.EagerSingleton
scope for objectes requiring early instantiation andbootstrap()
method onDepenencyContainer
. Callbootstrap
to fix container setup and instantiate all eager singletons.
#65, @ilyapuchka
Bug fixes
- Reverted order of
Resolvable
callbacks. Now last resolvedResolvable
instance will receivedidResolveDependencies
callback first.
#67, @ilyapuchka