Skip to content

Latest commit

 

History

History
130 lines (56 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

130 lines (56 loc) · 5.04 KB

Changelog

0.8.4 (2024-10-05)

Documentation

  • add remaining missing JSDoc documentation (b9ffc3d)

0.8.3 (2024-10-05)

Bug Fixes

0.8.2 (2024-10-05)

Bug Fixes

  • fix JSR bumping issues by adopting Release Please config (#33) (977fc94)

Documentation

  • fix incorrect Github links (60783f3)

Miscellaneous Chores

  • add release-please bootstrap file (bc6ee60)
  • fix changelog generation (1da6bde)

0.8.1 (2024-10-05)

Bug Fixes

  • add @release-it/bumper as dependency to fix bumping issues (#31) (0acc865)

0.8.0 (2024-10-05)

Miscellaneous Chores

  • migrate package to @needle-di/core + JavaScript Registry (JSR) adoption (a3f523a)

0.7.0 (2024-09-30)

Features

  • auto-register parent classes for manual bindings as well (#26) (d3d909f)

0.6.1 (2024-09-29)

Bug Fixes

  • fix incorrect type-inference on bindAll() method (#22) (7a2e3bd)

Documentation

0.6.0 (2024-09-28)

Features

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

0.5.0 (2024-09-28)

Documentation

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

0.4.0 (2024-09-26)

Miscellaneous Chores

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

0.3.0 (2024-09-22)

Features

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

0.2.0 (2024-09-20)

Features

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

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)

0.0.3 (2024-09-18)

Features

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

Bug Fixes

  • export injectAsync and AsyncFactoryProvider (02d5fb0)

Miscellaneous Chores