forked from hmlongco/Resolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
74 lines (46 loc) · 1.7 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Resolver Changelog
### 1.1.4
* Add Resolver.reset() function to reset Resolver to original state
### 1.1.3
* Add @OptionalInjected attribute
* Fixed Empty CURRENT_PROJECT_VERSION variable.
* Mark framework to use application extension safe api only
* Use fatalError message instead of print
### 1.1.2
* Add @InjectedObject property wrapper for SwiftUI support
* Ensure proper initialization of pthread mutexes
* Add missing public keyword to registerAllServices() method
* Expand supported platforms to include macOS, tvOS, and watchOS
* Set minimum supported platform on iOS to iOS 11
### 1.1.1
* Fix project file issue for cocoapod support.
### 1.1.0
* Update project for Swift 5.1 and SPM
* Add @Injected property wrapper for Swift 5.1
* Add @LazyInjected property wrapper for Swift 5.1
* Revise unit tests for more code coverage
* Make static registration function public and add concurrency mutexes
* Add type specification to defaultScope
* Fix initializers on scope types to allow public instantiation.
* Allow clearing the shared cache
### 1.0.8
* Update project settings for Swift 5
### 1.0.7
* Update project settings for Swift 4.2
### 1.0.6
* Fix bug resolving shared protocols
* Add passed resolver option to factories
### 1.0.5
* Value types should not be cached during graph resolution
* Changed registrationsNeeded to performInitialRegistrations closure
### 1.0.4
* Add tests to ensure correct handling of named cached values
### 1.0.3
* Fix issue with caching named instances.
### 1.0.2
* Add debug message to resolve in case of Optionals and ImplicitlyUnrwappedOptionals.
### 1.0.1
* Make ResolverScopeCache initializer visible
### 1.0.0
* Initial Open Source Release
* Initial Cocoapods Release