Skip to content

Releases: verygoodsecurity/vgs-collect-ios

Public release 1.3.1

01 Apr 08:23
c6f460e
Compare
Choose a tag to compare

What's new

  • Dynamic CVC validation. Now we track input card number and edit enabled CVC digits to 3 or 4, that depends on card brand.
  • More customisation fields for VGSTextField. Now you can setup attributed placeholder and keyboard appearance.

Changes

  • Now on VGSCollect.submit(_:) we will return only one VGSSDKErrorInputDataIsNotValid error key for fields that set as "isRequired" or "isRequiredValidOnly". Details about fields with error provided in error userInfo dictionary.

Public release 1.3.0

17 Mar 14:29
3f85d54
Compare
Choose a tag to compare

What’s new:

  • We present a new cool feature: VGS File Picker! Now you can collect files and images using our SDK. It's more simpler then native iOS file pickers. As usually validation and uploading functionality is done under the hood. Try it out!

Public release 1.2.3

16 Mar 08:59
7724954
Compare
Choose a tag to compare

What’s new:

  • Now you can customize JSON structure which will be send on VGS. Use dot notation for field names to create nesting.

Public release 1.2.2

28 Feb 10:36
ca9288c
Compare
Choose a tag to compare
  • New VGSConfiguration attributes: isRequired and isRequiredValidOnly. Set as true to submit valid only data.
  • New VGSError. Now VGSCollectSDK will produced errors so you can resolve them in your app.

Public release 1.2.1

21 Feb 23:14
18fd2cd
Compare
Choose a tag to compare

Removed "json" key filter from response. Now response from server is not required to be wrapped in "json" dictionary.

Public release 1.2.0

10 Feb 17:06
77160ac
Compare
Choose a tag to compare
  • Integration with card.io - check VGSCollectSDK/CardIO module
  • Choose preferred camera(front/back) when integrating with card.io

Public release 1.1.5

31 Jan 13:27
d740957
Compare
Choose a tag to compare
  • New card brand images, available for light and dark mode
  • Send to backend VGSTextfield input text without mask dividers
  • SDK improvements

Public release 1.1.4

15 Jan 11:09
6b10d5a
Compare
Choose a tag to compare
  • SDK stability improvements

Public release 1.1.3

24 Dec 12:50
00601fc
Compare
Choose a tag to compare
  • Handle VGSTextfield changes with new VGSTextFieldDelegate protocol
  • Added possibility to setup keyboard type and keyboard return button via VGSConfiguration
  • VGSTextfield now support UIResponder functions: becomeFirstRestponder/resignFirstResponder

Public release 1.1.2

19 Dec 14:03
c63b593
Compare
Choose a tag to compare
  • Added support for RTL
  • Keyboard type updates for predefined FieldType in VGSConfiguration
  • More fields for customization VGSTextfield