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 a168b4c commit cb5b4e1Copy full SHA for cb5b4e1
CHANGELOG
@@ -1,5 +1,9 @@
1
# Resolver Changelog
2
3
+### 1.1.4
4
+
5
+* Add Resolver.reset() function to reset Resolver to original state
6
7
### 1.1.3
8
9
* Add @OptionalInjected attribute
Resolver.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Resolver"
- s.version = "1.1.3"
+ s.version = "1.1.4"
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