Skip to content

Releases: omgnetwork/ios-sdk

1.1.1

13 Feb 04:31
8909fc0
Compare
Choose a tag to compare

This SDK version supports the eWallet version 1.1.0.

Changes:

  • Add startCapture and stopCapture to the QR code scanner to give more control over it
  • Add userDidChoosePermission(granted: Bool) to the existing QRScannerViewControllerDelegate 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

30 Jan 06:33
600a76c
Compare
Choose a tag to compare

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:
    • Transaction request #102
    • Get account #100
    • Create transaction #96
    • List transactions #95
    • List accounts #94
    • List wallets for account #93
    • List wallets for user #92
    • Get wallet #91
    • Logout #90
    • Login #89
    • Signup #78
  • Add client login api #72
  • Split ios sdk into 2 subspecs: Admin and Client #70
    You can now specifically use either
    • pod 'OmiseGO/Client' or
    • pod '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 use
    • pod 'OmiseGO

For a full changelog, check CHANGELOG.md

1.0.0

20 Jul 09:54
daae161
Compare
Choose a tag to compare
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

05 Jul 06:43
169a0a8
Compare
Choose a tag to compare
Add APIError object to transaction (#67)

* Add APIError object to transaction

* 0.10.3

0.10.2 - Beta

05 Jul 05:21
99b72d0
Compare
Choose a tag to compare
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

03 Jul 03:50
376da87
Compare
Choose a tag to compare
Add swiftformat (#65)

* Add swiftformat and format files

* Update changelog

0.10.0

22 Jun 03:43
b945215
Compare
Choose a tag to compare
Update CHANGELOG (#62)

* Update CHANGELOG

* Update version in README