Skip to content

Releases: verygoodsecurity/vgs-collect-ios

Public release 1.9.4

24 Dec 08:03
ceb609b
Compare
Choose a tag to compare

What's new:

  • Added textFieldAccessibilityLabel and textFieldAccessibilityHint attributes in VGSTextField.

Public release 1.9.3

05 Nov 10:17
52f0bba
Compare
Choose a tag to compare

What's new:

  • Added .maxInputLength option to VGSConfiguration.

Public release 1.9.2

21 Oct 11:02
d83ad5b
Compare
Choose a tag to compare

What's new:

  • Fix retain cycle in APIClient updateHost method.

Public release 1.9.1

01 Oct 09:08
4903fa6
Compare
Choose a tag to compare

What's new:

  • Fix issue with Xcode 13 warnings and Swift Package Manager, thanks to @mthole.

Public release 1.9.0

06 Aug 10:13
91ad889
Compare
Choose a tag to compare

What's new:

  • Replace .shared URLSession instance with .ephemeral in APIClient.

Public release 1.8.1

23 Jun 11:53
660d588
Compare
Choose a tag to compare

What's new:

  • Add keyboard input support for VGSExpDateConfiguration in VGSExpDateTextField.

  • Fix issue with VGSPaymentCards dependency and Swift Package Manager, thanks to @mthole.

Public release 1.8.0

11 Jun 14:06
790feee
Compare
Choose a tag to compare

What's new:

  • Add flatJSON to VGSCollectFieldNameMappingPolicy.

  • Move VGSPaymentCards to separate module.
  • Exclude Info.plist from Package file to fix Xcode warnings.

Migration notes:

For Swift Package Manager integration you need to import VGSPaymentCards module to all source files with VGSPaymentCards features. 


Public release 1.7.13

14 May 11:32
19f9f23
Compare
Choose a tag to compare

What's new

  • Updated Card.io SDK version. That will enable Card.io integration via CocoaPods on Apple Silicon machines.

Public release 1.7.12

07 May 09:41
adf802c
Compare
Choose a tag to compare

What's new:

  • Add compare VGSTextFields content functionality.
  • Limit large log levels console output.

Public release 1.7.11

23 Apr 09:02
9b7bb6b
Compare
Choose a tag to compare

What's new:

  • Support CardIO integration through Swift Package Manager (can resolve potential issues with M1 Mac)
  • New output exp date formats: longYearThenMonth, shortYearThenMonth. Thanks @rubina-shakhkyan!