-
Task
-
Resolution:
Fixed
-
Major
-
-
0.12
-
-
-
-
-
N/A
-
Compare Source
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.
Compare Source
Fixed
- Updated ESM build with missing types.
Compare Source
Changed
- Updated package.json to include the exports field for better bundler support.
Fixed
- Updated fetch metadata flows with better error descriptions.
Compare Source
Fixed
- Bumped @inversifyjs/common and @inversifyjs/core fixing wrong dev engines constraints.
Compare Source
Changed
- Updated ServiceIdentifier to rely on Function instead of Abstract<T>.
- injectable decorator is no longer required.
Fixed
- Fixed Target.getNameTag with the right type: number | string | symbol.