All Versions
24
Latest Version
Avg Release Cycle
47 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.1.4 Changes
May 02, 2020- โ Add Resolver.reset() function to reset Resolver to original state
-
v1.1.3 Changes
May 02, 2020- โ Add @OptionalInjected property wrapper
- Fixed Empty CURRENT_PROJECT_VERSION variable.
- Mark framework to use application extension safe api only
- ๐จ Use fatalError message instead of print
-
v1.1.2 Changes
December 29, 2019- โ 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
-
v1.1.1 Changes
December 02, 2019- โก๏ธ 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
-
v1.1.0 Changes
December 02, 2019- โก๏ธ 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
-
v1.0.8 Changes
- โก๏ธ Update project settings for Swift 5
-
v1.0.7 Changes
February 18, 2019- โก๏ธ Update project for Swift 4.2
- โ Ensure all tests pass under new environment
Note project file changes only. No code changes over 1.0.6.
-
v1.0.6 Changes
February 18, 2019- ๐ Fix bug resolving shared protocols
- โ Add passed resolver option to factories
-
v1.0.5 Changes
June 09, 2018- Value types should not be cached during graph resolution
- ๐ Changed registrationsNeeded to performInitialRegistrations closure
-
v1.0.4 Changes
May 06, 2018- โ Add tests to ensure correct handling of named cached values