We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38280a5 commit e0bcbc7Copy full SHA for e0bcbc7
CHANGELOG
@@ -1,5 +1,9 @@
1
# Resolver Changelog
2
3
+### 1.4.1
4
+
5
+* Fix bug forwarding new argument structure from factory to factory - PR#89
6
7
### 1.4.0
8
9
* Updated registration and resolution lock/unlock stratagies for better thread safety and performance.
Resolver.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Resolver"
- s.version = "1.4.0"
+ s.version = "1.4.1"
s.summary = "An ultralight Dependency Injection / Service Locator framework for Swift on iOS."
s.homepage = "https://github.com/hmlongco/Resolver"
s.license = "MIT"
0 commit comments