Releases: torusresearch/customauth-swift-sdk
Releases · torusresearch/customauth-swift-sdk
1.2.0
- Add ability to accept custom URLSession
1.1.3
- Fix broken simulator on m1 mac
- Add CI
1.1.2
- Add integration tests
- Minor bug fix on getTorusKey
1.1.1
- Update documentation
- Add more convenience init for better Xcode suggestions
1.1.0
following changes have been made in this release:
- removed BestLogger
- implemented Unified logging system
- fixed factory
- Add URL redirection handling example for SwiftUI
1.0.3
following changes have been made:
- marked TorusDirectSwiftSDK class as open
1.0.2
- Make AbstractLoginHandler and SubverifierDetails fields public
1.0.1
Following things have been updated:
- added factory pattern to initializer
- updated NSScanner APIs in dictionary
- updated fetchNodeDetails APIs (getEndpoints)
- removed fakery
- added mock tests
1.0.0
- Use factory pattern
- Add unit tests for getTorusKey and getAggregateTorusKey
- Add TorusSwiftDirectSDKFactory for mocking
- Force lowest iOS Platform as iOS 13
- Minor Bugfixes
0.3.1
- Added dismiss methods to SFURLHandler