Releases: inversify/InversifyJS
Releases · inversify/InversifyJS
v6.1.5-beta.0
Changed
- Updated library to import
reflect-metadata
. Importingreflect-metadata
before bootstraping a module in the userland is no longer required.
Fixed
- Fixed container to properly resolve async
.toService
bindings. - Fixed
.toService
binding to properly disable caching any values.
v6.1.4
v6.1.4-beta.1
Fixed
- Updated container to allow deactivating singleton undefined values.
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.
v6.1.4-beta.0
Changed
- Updated planner with better error description when a binding can not be properly resolved.
v6.1.3
Fixed
- Updated ESM build with missing types.
v6.1.2
Changed
- Updated
package.json
to include theexports
field for better bundler support.
Fixed
- Updated fetch metadata flows with better error descriptions.
v6.1.2-beta.1
Changed
- Updated
package.json
to include theexports
field for better bundler support.
v6.1.2-beta.0
- Updated fetch metadata flows with better error descriptions
v6.1.1
Fixed
- Bumped
@inversifyjs/common
and@inversifyjs/core
fixing wrong os constraints.
v6.1.0
Changed
- Updated
ServiceIdentifier
to rely onFunction
instead ofAbstract<T>
. injectable
decorator is no longer required.
Fixed
- Fixed
Target.getNameTag
with the right type:number | string | symbol
.