Releases: inversify/InversifyJS
Releases · inversify/InversifyJS
v6.2.0-beta.1
Changed
- Updated
interfaces.NextArgswith optionalisOptionalparam. - Updated
containerwithtryGet. - Updated
containerwithtryGetAsync. - Updated
containerwithtryGetTagged. - Updated
containerwithtryGetTaggedAsync. - Updated
containerwithtryGetNamed. - Updated
containerwithtryGetNamedAsync. - Updated
containerwithtryGetAll. - Updated
containerwithtryGetAllAsync. - Updated
containerwithtryGetAllTagged. - Updated
containerwithtryGetAllTaggedAsync. - Updated
containerwithtryGetAllNamed. - Updated
containerwithtryGetAllNamedAsync.
v6.2.0-beta.0
Added
- Added
interfaces.GetAllOptions.
Changed
- Updated
container.getAllwithoptionsoptional param. - Updated
container.getAllAsyncwithoptionsoptional 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-metadatabefore 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
.toServicebindings. - Fixed
.toServicebinding 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-metadatabefore bootstraping a module in the userland is no longer required.
Fixed
- Fixed container to properly resolve async
.toServicebindings. - Fixed
.toServicebinding 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.
v6.1.4-beta.0
Changed
- Updated planner with better error description when a binding can not be properly resolved.