Changelog
[6.1.4]
Changelog
[6.1.4-beta.1]
Changelog
[6.1.4-beta.0]
Changelog
[6.1.2]
package.json
to include the exports
field for better bundler support.Changelog
[6.1.2-beta.1]
package.json
to include the exports
field for better bundler support.Changelog
[6.1.2-beta.0]
Changelog
[6.1.1]
@inversifyjs/common
and @inversifyjs/core
fixing wrong dev engines constraints.Changelog
[6.1.0]
ServiceIdentifier
to rely on Function
instead of Abstract<T>
.Target.getNameTag
with the right type: number | string | symbol
.interfaces.ModuleActivationStore.addDeactivation
to enforce serviceIdentifier
and onDeactivation
are consistent.interfaces.ModuleActivationStore.addActivation
to enforce serviceIdentifier
and onDeactivation
are consistent.Changelog
[6.0.3]
property injection tagged as @optional no longer overrides default values with undefined
.
Updated targetName
to be a valid typescript@5
decorator.