Skip to content

Releases: combateafraude/iOS

DocumentDetector-15.0.0

26 Sep 13:57
6d4cde7
Compare
Choose a tag to compare

September 26, 2024

DocumentDetector 15.0.0

Breaking Changes

  • Changing from TensorFlowLiteSwift to TensorFlowLiteC

Updates

  • Distributing on SPM Swift Package Manager

Full Changelog: DocumentDetector-14.0.0...DocumentDetector-15.0.0

DocumentDetector-14.0.0

23 Sep 17:44
6105a82
Compare
Choose a tag to compare

September 4, 2024

DocumentDetector 14.0.0

Breaking Changes

  • Updated public models to unify Caf Products

Updates

  • iOS minimum deployment target changed from 12.0 to 13.0
  • Improved Analytics
  • New CafSolutions module dependency

Full Changelog: FaceLiveness-6.0.0...DocumentDetector-14.0.0

FaceLiveness-6.0.0

06 Sep 12:18
8fb81aa
Compare
Choose a tag to compare

September 4, 2024

FaceLiveness 6.0.0

Breaking Changes

  • Updated public models to unify Caf Products

Updates

  • iOS minimum deployment target changed from 12.0 to 13.0
  • FingerPrint SDK updated from 2.2.0 to 2.6.0
  • Iproov SDK updated from 11.0.3 to 12.0.0
  • Improved Analytics
  • New CafSolutions module dependency

DocumentDetector-11.0.0

06 Jun 15:22
96c6c1a
Compare
Choose a tag to compare

June 6th, 2024

DocumentDetector 11.0.0

Breaking changes

  • Renaming most public classes, adding the prefix Caf to prevent naming duplicity errors.

Full Changelog: DocumentDetector-10.0.0...DocumentDetector-11.0.0

DocumentDetector-10.0.0

07 May 12:08
f05519b
Compare
Choose a tag to compare

May 7th, 2024

DocumentDetector 10.0.0

Breaking changes

  • Renaming public class Label to CafLabel to avoid duplicated name issues.

Full Changelog: FaceLiveness-5.0.0...DocumentDetector-10.0.0

FaceLiveness-5.0.0

30 Apr 15:25
68c45c6
Compare
Choose a tag to compare

FaceLiveness 5.0.0

Breaking changes

  • Updated public enum ErrorType: String with new
    errorTypes.
  • Updated SDKFailure now only returns errorType: ErrorType? and
    description: String?, code: Int? was removed.

Removed deprecated delegates:

  • Removed didFinishLiveness(with faceLivenessResult: FaceLivenessResult) from FaceLivenessDelegate , use
    didFinishLiveness(with livenessResult: LivenessResult).
  • Removed didFinishWithCancelled(with faceLivenessResult: FaceLivenessResult) from FaceLivenessDelegate , use
    didFinishWithCancelled().
  • Removed didFinishWithError(with faceLivenessErrorResult: FaceLivenessErrorResult) from FaceLivenessDelegate , use
    didFinishWithError(with sdkFailure: SDKFailure).

Full Changelog: FaceLiveness-4.0.0...FaceLiveness-5.0.0

FaceAuth-5.0.0

30 Apr 15:25
c0e1973
Compare
Choose a tag to compare

FaceAuth 5.0.0

Breaking changes

  • Updated public enum ErrorType: String with new
    errorTypes.
  • Removed code: Int? from FaceAuthenticatorErrorResult.

Full Changelog: FaceLiveness-5.0.0...FaceAuth-5.0.0

FaceAuth-4.0.1

28 Mar 13:07
Compare
Choose a tag to compare
  • New: New dependency on FaceLiveness (v4.0.0)

  • Breaking changes FaceAuth:

    • .setCredentials(mobileToken: String, personId: String) removed
    • startSDK(mobileToken: String, personId: String) ( new fields )
  • FaceAuthSDKDelegate

  • removed:

    • didFinishWithCancell(with faceAuthenticatorResult: FaceAuthenticator.FaceAuthenticatorResult)
  • new functions:

    • didFinishFaceAuthWithCancelled()

FaceLiveness-4.0.0

28 Mar 12:50
Compare
Choose a tag to compare
  • New: Added FingerprintJS (v2.2.0)

  • Enhancement: Updated IProov from v11.0.2 to v11.0.3

  • Breaking changes Faceliveness:

    • .setCredentials(mobileToken: String, personId: String) removed
    • startSDK(mobileToken: String, personId: String) ( new fields)
  • FaceLivenessDelegate

  • removed:

    • didFinishWithFail(with faceLivenessFailResult: FaceLivenessFailResult)
  • deprecated:

    • didFinishLiveness(with faceLivenessResult: FaceLivenessResult)
    • didFinishWithCancelled(with faceLivenessResult: FaceLivenessResult)
    • didFinishWithError(with faceLivenessErrorResult: FaceLivenessErrorResult)
  • new functions:

    • didFinishLiveness(with livenessResult: LivenessResult)
    • didFinishWithCancelled()
    • didFinishWithError(with sdkFailure: SDKFailure)
    • onConnectionChanged(_ state: LivenessState)