Skip to content

Commit bc834c9

Browse files
author
Michael Long
committed
Update podspec to 1.0.6
1 parent 8930257 commit bc834c9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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.

Resolver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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"

0 commit comments

Comments
 (0)