4.6.1
New
- Renamed some public API's
#105, @ilyapuchka
Fixed
- Fixed sharing singletons between collaborating containers
#103, @ilyapuchka
Notes on API changes
All changes are made by adding new API and deprecating old versions. They will be removed in the next release.
ObjectGraph
scope is renamed toShared
,Prototype
scope is renamed toUnique
.resolveDependencies
method ofDefinitionOf<T>
is renamed toresolvingProperties
DefinitionKey
propertiesprotocolType
is renamed totype
,associatedTag
is renamed totag
,argumentsType
is renamed totypeOfArguments
.resolve
method parameterwithArguments
is renamed toarguments
. That change affects allresolve
methods ofDependencyContainer
- Order of scope and tag parameters in
register
method is switched. That change affects allregister
methods ofDependencyContainer