Changelog
[7.0.0-alpha.0]
BindInFluentSyntax
.BindInWhenOnFluentSyntax
.BindOnFluentSyntax
.BindingScope
.BindToFluentSyntax
.BindWhenFluentSyntax
.BindWhenOnFluentSyntax
.ContainerModuleLoadOptions
.DynamicValueBuilder
.Factory
.GetOptions
.GetOptionsTagConstraint
.IsBoundOptions
.MetadataName
.MetadataTag
.MetadataTargetName
.OptionalGetOptions
.Provider
.ResolutionContext
.bindingScopeValues
.bindingTypeValues
.injectFromBase
decorator.injectable
with optional scope
.ContainerModule
constructor to receive a callback with ContainerModuleLoadOptions
instead of interfaces.ContainerModuleCallBack
.ContainerModule
.load to return Promise<void>
.ContainerOptions
with parent
.ContainerOptions
without autoBindInjectable
and skipBaseClassChecks
.Container
to no longer expose id
, parent
nor options
.Container
with no applyCustomMetadataReader
, applyMiddleware
, createChild
, merge
and rebind
methods.Container
with no isCurrentBound
, isBoundNamed
, isBoundTagged
methods in favor of using Container.isBound
with isBoundOptions
.Container
with no getNamed
, getTagged
, tryGet
, tryGetNamed
and tryGetTagged
methods in favor of Container.get
with OptionalGetOptions
options.Container
with no getNamedAsync
, getTaggedAsync
, tryGetAsync
, tryGetNamedAsync
and tryGetTaggedAsync
methods in favor of Container.getAsync
with OptionalGetOptions
options.Container
with no getAllNamed
, getAllTagged
, tryGetAll
, tryGetAllNamed
and tryGetAllTagged
methods in favor of Container.getAll
with GetOptions
options.Container
with no getAllNamedAsync
, getAllTaggedAsync
, tryGetAllAsync
, tryGetAllNamedAsync
and tryGetAllTaggedAsync
methods in favor of Container.getAllAsync
with GetOptions
options.Container
with no loadAsync
in favor of an async Container.load
.Container
with no unbindAsync
in favor of an async Container.unbind
.Container
with no unbindAllAsync
in favor of an async Container.unbindAll
.Container
with no unloadAsync
in favor of an async Container.unload
.decorate
to no longer require a unexpected prototypes to decorate property nor methods.LazyServiceIdentifer
. Use LazyServiceIdentifier
instead.BindingScopeEnum
. Use bindingScopeValues
instead.BindingTypeEnum
.TargetTypeEnum
.METADATA_KEY
.AsyncContainerModule
. Use ContainerModule
instead.createTaggedDecorator
.MetadataReader
.id
.interfaces
types. Rely on new types instead.traverseAncerstors
.taggedConstraint
.namedConstraint
.typeConstraint
.getServiceIdentifierAsString
.multiBindToService
.Changelog
[6.2.0]
interfaces.GetAllOptions
.container.getAll
with options
optional param.container.getAllAsync
with options
optional param.interfaces.NextArgs
with optional isOptional
param.container
with tryGet
.container
with tryGetAsync
.container
with tryGetTagged
.container
with tryGetTaggedAsync
.container
with tryGetNamed
.container
with tryGetNamedAsync
.container
with tryGetAll
.container
with tryGetAllAsync
.container
with tryGetAllTagged
.container
with tryGetAllTaggedAsync
.container
with tryGetAllNamed
.container
with tryGetAllNamedAsync
.Changelog
[6.2.0-beta.1]
interfaces.NextArgs
with optional isOptional
param.container
with tryGet
.container
with tryGetAsync
.container
with tryGetTagged
.container
with tryGetTaggedAsync
.container
with tryGetNamed
.container
with tryGetNamedAsync
.container
with tryGetAll
.container
with tryGetAllAsync
.container
with tryGetAllTagged
.container
with tryGetAllTaggedAsync
.container
with tryGetAllNamed
.container
with tryGetAllNamedAsync
.Changelog
[6.2.0-beta.0]
interfaces.GetAllOptions
.container.getAll
with options
optional param.container.getAllAsync
with options
optional param.Changelog
[6.1.6]
Changelog
[6.1.5]
reflect-metadata
. Importing reflect-metadata
before bootstraping a module in the userland is no longer required..toService
bindings..toService
binding to properly disable caching any values.Changelog
[6.1.5-beta.2]
Changelog
[6.1.5-beta.1]
Changelog
[6.1.5-beta.0]
reflect-metadata
. Importing reflect-metadata
before bootstraping a module in the userland is no longer required..toService
bindings..toService
binding to properly disable caching any values.