Skip to content

Releases: inversify/InversifyJS

v6.2.0

10 Dec 10:08
10c5de8
Compare
Choose a tag to compare

Added

  • Added interfaces.GetAllOptions.

Changed

  • Updated container.getAll with options optional param.
  • Updated container.getAllAsync with options optional param.
  • Updated interfaces.NextArgs with optional isOptional param.
  • Updated container with tryGet.
  • Updated container with tryGetAsync.
  • Updated container with tryGetTagged.
  • Updated container with tryGetTaggedAsync.
  • Updated container with tryGetNamed.
  • Updated container with tryGetNamedAsync.
  • Updated container with tryGetAll.
  • Updated container with tryGetAllAsync.
  • Updated container with tryGetAllTagged.
  • Updated container with tryGetAllTaggedAsync.
  • Updated container with tryGetAllNamed.
  • Updated container with tryGetAllNamedAsync.

v6.2.0-beta.1

05 Dec 00:18
022883c
Compare
Choose a tag to compare
v6.2.0-beta.1 Pre-release
Pre-release

Changed

  • Updated interfaces.NextArgs with optional isOptional param.
  • Updated container with tryGet.
  • Updated container with tryGetAsync.
  • Updated container with tryGetTagged.
  • Updated container with tryGetTaggedAsync.
  • Updated container with tryGetNamed.
  • Updated container with tryGetNamedAsync.
  • Updated container with tryGetAll.
  • Updated container with tryGetAllAsync.
  • Updated container with tryGetAllTagged.
  • Updated container with tryGetAllTaggedAsync.
  • Updated container with tryGetAllNamed.
  • Updated container with tryGetAllNamedAsync.

v6.2.0-beta.0

04 Dec 20:18
b391465
Compare
Choose a tag to compare
v6.2.0-beta.0 Pre-release
Pre-release

Added

  • Added interfaces.GetAllOptions.

Changed

  • Updated container.getAll with options optional param.
  • Updated container.getAllAsync with options optional param.

v6.1.6

03 Dec 16:17
4ad6936
Compare
Choose a tag to compare
  • 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

29 Nov 17:40
d9f9fb4
Compare
Choose a tag to compare

Changed

  • Updated library to import reflect-metadata. Importing reflect-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

29 Nov 11:06
75af260
Compare
Choose a tag to compare
6.1.5-beta.2 Pre-release
Pre-release

Fixed

  • Updated ESM bundled types to solve circularly referenced types.

v6.1.2-beta.1

29 Nov 00:12
f642bee
Compare
Choose a tag to compare
v6.1.2-beta.1 Pre-release
Pre-release

Fixed

  • Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.

v6.1.5-beta.0

26 Nov 09:57
ee72b84
Compare
Choose a tag to compare
v6.1.5-beta.0 Pre-release
Pre-release

Changed

  • Updated library to import reflect-metadata. Importing reflect-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

13 Nov 20:09
af2ca0a
Compare
Choose a tag to compare

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

13 Nov 15:43
Compare
Choose a tag to compare
v6.1.4-beta.1 Pre-release
Pre-release

Fixed

  • Updated container to allow deactivating singleton undefined values.
  • Updated ESM build to be compatible with both bundler and NodeJS module resolution algorithms.