Releases: gr4vy/gr4vy-ios
Releases · gr4vy/gr4vy-ios
2.8.0
What's Changed
- task: add support for installmentCount by @luca-gr4vy in #25
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- task: expose card details changed event to onevent handler by @luca-gr4vy in #24
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- task: expose
responseCodetotransactionFailedevent by @luca-gr4vy in #23
BREAKING CHANGE: let responseCode or _ is now required as last argument of the onEvent .transactionFailed callback function when integrating this functionality. See Launch & handle events docs.
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- task: use supported schemes for Apple Pay by @luca-gr4vy in #22
Full Changelog: 2.4.4...2.5.0
2.4.4
What's Changed
- chore(country-items): Update cart item model to include seller country [TA-10180] by @FedericoGelsi in #21
New Contributors
- @FedericoGelsi made their first contribution in #21
Full Changelog: 2.4.3...2.4.4
2.4.3
What's Changed
- chore: add the preselect store option to readme by @brunodesde1987 in #18
- Release v2.4.3 - Added the preselect store option by @brunodesde1987 in #19
Full Changelog: 2.4.2...2.4.3
2.4.2
What's Changed
- refactor: add preferAuthorize intent to the README by @brunodesde1987 in #16
- Release v2.4.2 - Added preferAuthorize intent to the README by @brunodesde1987 in #17
New Contributors
- @brunodesde1987 made their first contribution in #16
Full Changelog: 2.4.1...2.4.2
2.4.0
task: add support for guest checkout buyer (#14) * Pass buyer option * Add missing properties and address / taxId structs * Add buyer tests * Bump pod version * Separate billing and shipping details structs * Add test for shippingDetails * Update README