All Versions
31
Latest Version
Avg Release Cycle
150 days
Latest Release
1778 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v7.1.1 Changes
December 27, 2019- ๐ Fixed using
StoryboardInstantiatable
with SPM (#233).
- ๐ Fixed using
-
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.
- You can now use a shorthand syntax for resolving a single property using a key path, i.e.
-
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- ๐ Swift 4.1 support.
- ๐ Fixed crashes resolving singletons using collaborating containers. #179, @trimmurrti #182, @tapsandswipes
-
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- โฌ๏ธ Dropped Swift 2.3 support.
#150, @ilyapuchka - โ Added custom logging function.
#146, @Pr0Ger
๐ Fixed
- ๐ Fixed Swift 3.1 warnings.
#145, @DenHeadless - ๐ Fixed collaboration shared references.
#151, @ilyapuchka - ๐ Fixed autowiring when using tags.
#154, @ilyapuchka
- โฌ๏ธ Dropped Swift 2.3 support.
-
v5.0.4 Changes
November 01, 2016๐ Fixed
- ๐ Fixed broken compatibility for Swift 2.3 API in
resolve(tag:arguments:)
method.
#135, @ilyapuchka
- ๐ Fixed broken compatibility for Swift 2.3 API in
-
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
- โ Added Swift 2.3 compatibility.
-
v5.0.2 Changes
October 09, 2016๐ Fixed
- ๐ Fixed Swift 3 issues related to reflection and IUO
#125, @ilyapuchka
- ๐ Fixed Swift 3 issues related to reflection and IUO