All Versions
31
Latest Version
Avg Release Cycle
150 days
Latest Release
1574 days ago

Changelog History
Page 1

  • v7.1.1 Changes

    December 27, 2019
    • ๐Ÿ›  Fixed using StoryboardInstantiatable with SPM (#233).
  • v7.1.0 Changes

    November 10, 2019
    • You can now use a shorthand syntax for resolving a single property using a key path, i.e. resolvingProperty(\.value).
    • ๐Ÿ‘ Swift 5.0 support (#224).
    • ๐Ÿ›  Fixed resolving nested types with the same local names (#221).
    • @Injected and @IntectedWeak property wrappers (#225).
    • Thread safety can be disabled on container level.
  • v7.0.1 Changes

    December 20, 2018
    • โž• Added a workaround for Swift 4.2 regression related to retaining weak properties (#214). For that auto-injection can be disabled or enabled for the whole container or individula registrations.
  • v7.0.0 Changes

    September 22, 2018
    • ๐Ÿ‘ Swift 4.2 support.
    • ๐Ÿ›  Fixed some issues when reusing instances previously resolved as optionals.
    • ๐Ÿ’ป Dip-UI is now part of Dip.
  • v6.1 Changes

    April 28, 2018
  • v6.0.0 Changes

    September 22, 2018
    • ๐Ÿ‘ Swift 4 support
    • ๐Ÿ›  Fixed unneeded reuse of singletons in collaborating containers.
      Containers now first attempt to autowire components and fallback to collaboration when it fails.
      #169, @ilyapuchka
  • v5.1 Changes

    April 09, 2017

    ๐Ÿ›  Fixed

  • v5.0.4 Changes

    November 01, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed broken compatibility for Swift 2.3 API in resolve(tag:arguments:) method.
      #135, @ilyapuchka
  • v5.0.3 Changes

    October 23, 2016
    • โž• Added Swift 2.3 compatibility. swift2.3 brunch is no longer maintained.
      #127, @ilyapuchka

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed reusing instances registered with WeakSingleton scope
      #129, @ilyapuchka
  • v5.0.2 Changes

    October 09, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Swift 3 issues related to reflection and IUO
      #125, @ilyapuchka