Skip to content

4.6.1

Compare
Choose a tag to compare
@ilyapuchka ilyapuchka released this 14 Aug 21:25
· 204 commits to develop since this release

New

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.

  1. ObjectGraph scope is renamed to Shared, Prototype scope is renamed to Unique.
  2. resolveDependencies method of DefinitionOf<T> is renamed to resolvingProperties
  3. DefinitionKey properties protocolType is renamed to type, associatedTag is renamed to tag, argumentsType is renamed to typeOfArguments.
  4. resolve method parameter withArguments is renamed to arguments. That change affects all resolve methods of DependencyContainer
  5. Order of scope and tag parameters in register method is switched. That change affects all register methods of DependencyContainer