You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
⚠️ 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.