Skip to content

v1.2.0

Compare
Choose a tag to compare
@Prozi Prozi released this 10 Nov 23:59
· 13 commits to main since this release

fixed 2 bugs:

  • when importing a class using @Inject decorator the inject was done immediately, now it is lazy loaded on first access
  • when stringify of DIContainer.get class props result was circular it threw error, now it works