Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@KnisterPeter KnisterPeter released this 01 May 10:21
· 998 commits to master since this release
v1.0.0-alpha.0
7808900

Bug Fixes

  • add missing return (a79a230)
  • handle deeper async structures (2bbf85a)
  • mark components as async during registration phase (483a5fa)

Documentation

Features

  • add warning for synchronous get with async component (ef6a916)
  • implement async component initializers (89a8d81), closes #208
  • Test for async initializers w/o intializers (bd8304f)
  • throw if dynamic inject async component (e2438d7)
  • wait for indirect async dependencies to settle (4d89b43)

BREAKING CHANGES

  • async dependencies