Releases: alexruperez/SecurePropertyStorage
Releases · alexruperez/SecurePropertyStorage
v0.8.0
Added
Fixed
- Fixed concurrency issues in Swift 6. #30 Thanks Manu-Globant!
Improvements
- visionOS Compatible.
- Swift Package Manager tools version update to 6.0
- Xcode version update to 16.0
- macOS Deployment Target update to 11.5
v0.7.1
v0.7.0
v0.6.0
In memory of my friend Haldo Spontón. Rest in peace. 😢
Added
- Register dependencies on error closure.
- More information in InjectError.
Improvements
- Swift Package Manager tools version update to 5.5
v0.5.0
v0.4.2
Fixed
- Carthage compatible fix. #20 Thanks @AlbGarciam!
Improvements
- Swift Package Manager tools version update to 5.3
v0.4.1
v0.4.0 (SECURITY UPDATE!)
v0.3.2
v0.3.1
Added
- Register builder closures.
- Register builder closures with parameters.
@InjectWith
and@UnwrappedInjectWith
parameters property wrappers. #6- Instance inject scope.
- Mock qualifier for testing.
KeychainStorage
access, group and synchronizable properties. Thanks for the feedback @JesusAntonioGil!
Fixed
- Strong typing on non-
@Store
property wrappers to avoid mixing. Thanks for the feedback @JesusAntonioGil!