- decreased WASM binary size from 3.8 MB to 2.5 MB
- fixed vulnerability in license check
- added support for disabling hello message after license key gets validated
- by default this is still enabled, to disable it, set
allowHelloMessage
property in WasmSDKLoadSettings tofalse
- by default this is still enabled, to disable it, set
- updates to IdBarcodeRecognizer:
- added
endorsements
,restrictions
andvehicleClass
fields to its result- those fields are available only when scanning barcode from driver license
- added support for returning raw barcode data in case data parsing fails
- this requires a permission within a license key
- changed the behaviour of
firstName
field:- now it contains both first name, middle name and name suffix
- added