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.

[43.0.0] - 2023-03-07

Build Information

  • Anyline

    • Android SDK: 43.1.0

    • iOS SDK: 43.0.0


Breaking Changes

This release introduces fundamental changes & improvements to how the Anyline SDK works. To upgrade from a prior SDK version to version 43.0.0, check out the migration guide.

Document Scanner Support Dropped

As of Anyline v43, the Document Scanner plugin has been removed and the feature will no longer be supported.

All platforms

Added

  • [Tire] Added tire size specification fields to scan result

  • [Barcode] Added AAMVA parsed results for PDF417 barcodes found on driving licenses

  • [ID] Restructured ID results in a way that every field can contain date- & multi-language information

Changed

  • Updated configuration JSON structure

  • Updated scan result JSON structure

  • Updated reduce SDK size script: use anyline-retain-assets-pattern (instead of anyline-retain-ignore-pattern) in config.xml.

  • Javascript method names for the AnylineSDK platform service are now in camelCase - now use "scan", "checkLicense", "getSDKVersion" instead of "SCAN", "CHECK_LICENSE", "GET_SDK_VERSION". For instance:

cordova.exec(onResult, onError, "AnylineSDK", "scan", [licenseKey, config]);

Deprecated

  • Because of the fundamental nature of changes, there are no deprecations to list for this version.