- fix: fix issues with snowden mode
- chore: dependency updates
- BREAKING CHANGE: bump ios minimum target to
15.5
- chore: dependency update
- fix: convert timestamps to utc before checking TTL
- feat: instead of returning a single
QrPlusAuthenticity
,onData
returns a list of them in case there are multiple violations - feat: the reader will now read the code even if TTL is invalid, but the reader will be notified of the expired TTL through the authenticity list on
onData
- fix: fixes issue where changing encryption key from default would not allow data to be transferred
- fix: fixes issue where qr code reader is too slow and not responding fast enough
- fix: adds missing fields for
QrPlusReaderController
- fix: exports
QrPlusReaderController
for reader customization
- fix: fixes issues with dependencies
- BREAKING CHANGE:
allowDuplicates
onQrPlusReader
is deprecated in favor ofDetectionSpeed
onQrPlusReaderController
- fix: fixes issues with pub scores and github workflows
- feat: initial release