Releases: dapi-co/DapiSDK-iOS
Releases · dapi-co/DapiSDK-iOS
DapiSDK-iOS v2.13.0
2.13.0 - 2021-06-27
Fixed
- Transaction object fields are now optional (nullable).
DapiSDK-iOS v2.12.0
2.12.0 - 2021-06-22
This is an RC version of the SDK hopes to resolve points mentioned in Fixed section.
Fixed
- Fix crash caused by CoreData being run on a background thread.
DapiSDK-iOS v2.11.0
2.11.0 - 2021-06-17
Added
- Get Cards API from cache
connection.cards.
DapiSDK-iOS v2.10.0
2.10.0 - 2021-06-16
Added
- Get Cards API
connection.getCards(_: ([DapiCard]?, Error?, String?)). - Get Card Transactions API
connection.getTransactionsFor(_: DapiCard, from: Date, to: Date, completion: ([DapiTransaction]?, Error?, String?)).
DapiSDK-iOS v2.9.0
2.9.0 - 2021-06-06
Fixed
- Accounts selection UI filters accounts of the passed connection.
Added
connection.getConnectionParameters()now returns a dictionary representation of the connection.DapiBankConnection.create(_ connectionParameters: [String: Any])to create a connection programmatically.
DapiSDK-iOS v2.8.0
2.8.0 - 2021-05-26
Fixed
- Caching accounts from the same bank account for different
clientUserID. - Crash caused by calling
getBeneficiarieswith an MFA.
DapiSDK-iOS v2.7.2
Fixed
- Removed comments.
DapiSDK-iOS v2.7.1
Fixed
- MFA fields are fixed to handle multiple inputs.
DapiSDK-iOS v2.7.0
Added
DapiBankConnectionhas 3 new properties for bank logos:fullLogo,halfLogoandminiLogo.
Fixed
- A crash occuring when opening transfer UI with bank connection has no accounts.
createTransfercallback is fired with error when user taps on back button of transfer UI.
DapiSDK-iOS v2.6.0
createTransferAPI supports amount value of typedouble.- Configurations supports hiding buttons on connect and account selection UI.
- A delegate method when for bank requesting feature.