Skip to content

Latest commit

 

History

History
executable file
·
140 lines (110 loc) · 3.18 KB

File metadata and controls

executable file
·
140 lines (110 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.14.0 - 2023-9-29

Fixed

Fixed 'delink' callback called twice.

2.13.0 - 2023-9-28

Added

Support for Xcode 15

2.12.3 - 2023-9-19

Fix

  • Keep connection when delink fails.

2.12.2 - 2023-9-6

Fix

  • disable iOS dynamic font size

2.12.1 - 2023-7-5

Fix

  • Error message title for transfer results

2.12.0 - 2023-5-30

Added

  • Add cross-platform callbacks to customize the transfer results screen UI.

2.11.0 - 2023-5-26

Added

  • Callbacks to customize results screen UI.

2.10.0 - 2023-5-15

Added

  • Nymcard load funds API

2.9.1 - 2023-4-25

Fixed

  • MFA loading Issue

2.9.0 - 2023-4-5

Added

  • Add dapiOperationID to be used in NSError and Error objects

2.8.0 - 2023-3-17

Added

  • Intercept request using requestInterceptionCompletion
  • Intercept response using responseInterceptionCompletion

2.7.0 - 2023-3-15

Added

  • Support for Objective-C.

2.6.1 - 2023-3-13

Fixed

  • Start function can be retried when errors happen.

2.6.0 - 2023-3-8

Added

  • MFA Confirmation type

2.5.0 - 2023-3-1

Added

  • Add cooldown period properties.

2.4.0 - 2023-02-23

Added

  • Added ACHPull Transfer.

2.3.0 - 2023-02-17

Added

  • Network Logging in the Dapi configuration.
  • Add cooldown period properties unit and value in error.dapiMetaData

2.2.0 - 2022-12-26

Added

  • SDK Arabic localization

2.1.0 - 2022-12-09

Added

  • Account selection using UI.

2.0.1 - 2022-12-06

Fix

  • Autoflow colors in dark mode.
  • MFA colors in dark mode.
  • MFA default colors and bank logo.

2.0.0 - 2022-11-10

Added

  • Support Objective c.

Fix

  • Fix countries code issue.
  • Change AutoFlow delegate functions to be optional.

1.1.0 - 2022-10-21

Added

  • Add transactions types
    • default: transaction won't include category and brandDetails
    • enriched: Each transaction object will have category and brandDetails properties.
    • categorized: Each transaction object will have a category property.

1.0.0 - 2022-10-17

Added

  • Rewriting the iOS SDK in Swift in order to modernize the code base.
  • Officially support SPM 🎉.

1.0.0-beta4 - 2022-9-30

Fix

  • Refactor DapiConnections to DapiBankConnections.
  • Remove environment form DapiConfiguration
  • Remove completion from Start func
  • Fix Accounts UI issues.

Add

  • Add: change beneficiary to be nullable for create transfer.
  • Add: Dashboard beneficiary for create transfer.

1.0.0-beta3 - 2022-9-26

Fix

  • Local SDK server error.
  • Add: successful message after init sdk.

1.0.0-beta2 - 2022-9-14

Added

  • Handle no internet connection.
  • Make clientId associated with specific app key and environment.

1.0.0-beta1 - 2022-9-14

Update

  • Remove Start func callback.
  • support MFA Multiple choices.

1.0.0-beta - 2022-9-14

Added

  • Rewriting the iOS SDK in Swift in order to modernize the code base.
  • Officially support SPM 🎉.
  • Dapi pod now is using XCFramework.