issues
search
needle-di
/
core
A lightweight, type-safe Dependency Injection (DI) library for JavaScript and TypeScript projects
http://needle-di.io
MIT License
23
stars
0
forks
source link
chore(main): release core 0.8.2
#36
Closed
dirkluijk
closed
1 month ago
dirkluijk
commented
1 month ago
:robot: I have created a release
beep
boop
0.8.2
(2024-10-05)
Features
allow synchronous constructor injection of async providers (
#20
) (
6cf3ec3
)
auto-register parent classes for manual bindings as well (
#26
) (
d3d909f
)
inheritance support / added more tests (
#1
) (
13f626c
)
providers:
add support for multi-providers (
#8
) (
b563a1c
)
providers:
flatten multi-providers when using useExisting (
#10
) (
48df581
)
support async token factories (
#5
) (
f39d6cd
)
Bug Fixes
add @release-it/bumper as dependency to fix bumping issues (
#31
) (
0acc865
)
export injectAsync and AsyncFactoryProvider (
02d5fb0
)
fix incorrect type-inference on bindAll() method (
#22
) (
7a2e3bd
)
fix JSR bumping issues by adopting Release Please config (
#33
) (
977fc94
)
inheritance:
trigger auto-binding when using parent class as token (
#7
) (
0edbec7
)
Documentation
add Vitepress site with Github Pages (
#18
) (
245efbe
)
fix incorrect Github links (
60783f3
)
improved docs and added JSDocs (
#24
) (
7084676
)
Miscellaneous Chores
add initial version in Release Me manifest (
867ed24
)
add release-please bootstrap file (
bc6ee60
)
migrate package to @needle-di/core + JavaScript Registry (JSR) adoption (
a3f523a
)
move NPM package to 'needle-di' (
7348441
)
release 0.0.3 (
1f8768f
)
This PR was generated with
Release Please
. See
documentation
.
:robot: I have created a release beep boop
0.8.2 (2024-10-05)
Features
Bug Fixes
Documentation
Miscellaneous Chores
This PR was generated with Release Please. See documentation.