This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
v0.23.0
0.23.0 (2020-09-15)
Bug Fixes
- add missing return (aa63bfe)
- handle deeper async structures (8be0d49)
- mark components as async during registration phase (ebf95f6)
- remove mergeStrategy (#996) (7309226)
Features
- add lazy factory injections (dbe18c5)
- externals could be lazy initialized (b5e581b)
- implement async component initializers (aaaed6e), closes #208
- Test for async initializers w/o intializers (fe21685)
- throw if dynamic inject async component (9d7cd6e)
- wait for indirect async dependencies to settle (c28a07f)