Releases: inversify/InversifyJS
Releases · inversify/InversifyJS
v6.2.0
Added
- Added
interfaces.GetAllOptions
.
Changed
- Updated
container.getAll
withoptions
optional param. - Updated
container.getAllAsync
withoptions
optional param. - Updated
interfaces.NextArgs
with optionalisOptional
param. - Updated
container
withtryGet
. - Updated
container
withtryGetAsync
. - Updated
container
withtryGetTagged
. - Updated
container
withtryGetTaggedAsync
. - Updated
container
withtryGetNamed
. - Updated
container
withtryGetNamedAsync
. - Updated
container
withtryGetAll
. - Updated
container
withtryGetAllAsync
. - Updated
container
withtryGetAllTagged
. - Updated
container
withtryGetAllTaggedAsync
. - Updated
container
withtryGetAllNamed
. - Updated
container
withtryGetAllNamedAsync
.
v6.2.0-beta.1
Changed
- Updated
interfaces.NextArgs
with optionalisOptional
param. - Updated
container
withtryGet
. - Updated
container
withtryGetAsync
. - Updated
container
withtryGetTagged
. - Updated
container
withtryGetTaggedAsync
. - Updated
container
withtryGetNamed
. - Updated
container
withtryGetNamedAsync
. - Updated
container
withtryGetAll
. - Updated
container
withtryGetAllAsync
. - Updated
container
withtryGetAllTagged
. - Updated
container
withtryGetAllTaggedAsync
. - Updated
container
withtryGetAllNamed
. - Updated
container
withtryGetAllNamedAsync
.
v6.2.0-beta.0
Added
- Added
interfaces.GetAllOptions
.
Changed
- Updated
container.getAll
withoptions
optional param. - Updated
container.getAllAsync
withoptions
optional param.
v6.1.6
- Fixed unexpected property access while running planning checks on injected base types.
- Updated ESM sourcemaps to refelct the right source code files.
v6.1.5
Changed
- Updated library to import
reflect-metadata
. Importingreflect-metadata
before bootstraping a module in the userland is no longer required.
Fixed
- Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.
- Fixed container to properly resolve async
.toService
bindings. - Fixed
.toService
binding to properly disable caching any values.
6.1.5-beta.2
Fixed
- Updated ESM bundled types to solve circularly referenced types.
v6.1.2-beta.1
Fixed
- Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.
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
Changed
- Updated planner with better error description when a binding can not be properly resolved.
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.1
Fixed
- Updated container to allow deactivating singleton undefined values.
- Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.