Skip to content

Releases: needle-di/core

v0.6.0

28 Sep 20:38
1bbf897
Compare
Choose a tag to compare

0.6.0 (2024-09-28)

Features

  • allow synchronous constructor injection of async providers (#20) (6cf3ec3)

v0.5.0

28 Sep 19:22
c8d1974
Compare
Choose a tag to compare

0.5.0 (2024-09-28)

Documentation

  • add Vitepress site with Github Pages (#18) (245efbe)

v0.4.0

26 Sep 14:08
16240f3
Compare
Choose a tag to compare

0.4.0 (2024-09-26)

Miscellaneous Chores

  • move NPM package to 'needle-di' (7348441)

v0.3.0

22 Sep 20:10
1e06853
Compare
Choose a tag to compare

0.3.0 (2024-09-22)

Features

  • providers: flatten multi-providers when using useExisting (#10) (48df581)

v0.2.0

20 Sep 06:59
fd67eb6
Compare
Choose a tag to compare

0.2.0 (2024-09-20)

Features

  • providers: add support for multi-providers (#8) (b563a1c)

v0.1.0

19 Sep 07:58
c1b1b98
Compare
Choose a tag to compare

0.1.0 (2024-09-19)

Features

  • support async token factories (#5) (f39d6cd)

Bug Fixes

  • inheritance: trigger auto-binding when using parent class as token (#7) (0edbec7)

v0.0.3

18 Sep 20:15
d76bedd
Compare
Choose a tag to compare

0.0.3 (2024-09-18)

Features

  • inheritance support / added more tests (#1) (13f626c)

Bug Fixes

  • export injectAsync and AsyncFactoryProvider (02d5fb0)

Miscellaneous Chores