File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Resolver Changelog
22
3+ ### 1.0.6
4+
5+ * Fix bug resolving shared protocols
6+ * Add passed resolver option to factories
7+
8+ ### 1.0.5
9+
10+ * Value types should not be cached during graph resolution
11+ * Changed registrationsNeeded to performInitialRegistrations closure
12+
13+ ### 1.0.4
14+
15+ * Add tests to ensure correct handling of named cached values
16+
17+ ### 1.0.3
18+
19+ * Fix issue with caching named instances.
20+
321### 1.0.2
422
523* Add debug message to resolve in case of Optionals and ImplicitlyUnrwappedOptionals.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Resolver"
3- s . version = "1.0.5 "
3+ s . version = "1.0.6 "
44 s . summary = "An ultralight Dependency Injection / Service Locator framework for Swift 4 and iOS."
55 s . homepage = "https://github.com/hmlongco/Resolver"
66 s . license = "MIT"
You can’t perform that action at this time.
0 commit comments