Releases: omgnetwork/ios-sdk
Releases · omgnetwork/ios-sdk
1.1.1
This SDK version supports the eWallet version 1.1.0
.
Changes:
- Add
startCapture
andstopCapture
to the QR code scanner to give more control over it - Add
userDidChoosePermission(granted: Bool)
to the existingQRScannerViewControllerDelegate
to give developers the possibility to catch the event when the user accept or decline camera permissions.
For a full changelog, check CHANGELOG.md
1.1.0
This SDK version supports the eWallet version 1.1.0
.
Changes:
- Add support for advanced filtering #108
- Support swift 4.2 #104
- Add support the following actions to the admin API:
- Add client login api #72
- Split ios sdk into 2 subspecs: Admin and Client #70
You can now specifically use eitherpod 'OmiseGO/Client'
orpod 'OmiseGO/Admin'
depending on if you are building an app that targets end users or admins.
If you need to use both you can simply usepod 'OmiseGO
For a full changelog, check CHANGELOG.md
1.0.0
Prepare 1.0.0 release (#68) * Allow rate to be nil * Add exchange info to request and consumption * rename access token error to authentication token error * Add exchange account and wallet * Replace CHANGELOG with an auto-generated one * Add more doc for the number formatter * Add jazzy to generate documentation * Add gemfile and rakefile to generate doc and changelog * Update travis file
0.10.3 - Beta
Add APIError object to transaction (#67) * Add APIError object to transaction * 0.10.3
0.10.2 - Beta
Add errors to transaction (#66) * Add error fields to transaction * Allow avatar url to be nil * Allow parentId on Account to be nil * 0.10.2 * Update README
0.10.1 - Beta
Add swiftformat (#65) * Add swiftformat and format files * Update changelog