Skip to content

5.2.0-RC5

Compare
Choose a tag to compare
@scanbot-ci scanbot-ci released this 14 Jun 16:57
· 45 commits to master since this release
  • 🎉 New:
    • Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
    • Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
  • 🚀 Improvements:
    • Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
    • Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
    • Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
  • 🐞 Bug fixes:
    • Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
  • ⚠️ Breaking Changes:
    • Removed enum SBSDKBarcodeDensity.
    • Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
    • Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.