Releases: OutSystems/OSBarcodeLib-iOS
Releases · OutSystems/OSBarcodeLib-iOS
2.1.0
2.0.1
- Fix ambiguity between UPC-A and EAN-13 when hint is provided.
2.0.0
BREAKING CHANGE: The signature of scanBarcode has been updated, both input and output.
- Add hint parameter to scan for specific barcode formats
- Return the format of the scanned code inside the scan result.
1.1.3
- Increase scanning area (https://outsystemsrd.atlassian.net/browse/RMET-3683).
1.1.2
- Adds check to scan result confidence value (https://outsystemsrd.atlassian.net/browse/RMET-3374).
1.1.1
Fixes
- Fix pod publish pipeline (https://outsystemsrd.atlassian.net/browse/RMET-3586).
- Fix upside down video capture stream (https://outsystemsrd.atlassian.net/browse/RMET-3585).
1.1.0
Chores
- Update
github_actions.ymlfile steps versions. - Set up the repo to release on CocoaPods.
Features
- Add zooming out feature.
- Add zooming in feature .
1.0.0
Implement the Scan Barcode feature, which offers a reader for both iPad and iPhone devices. The following configurations can be made to the read:
- Display a Torch Button.
- Display the Scan Instructions.
- Configure a button that triggers the scanning process.
- Select the camera to use for scanning.
- Lock or adapt the reader to the device's orientation.