Release Notes for JavaScript SDK - 1.x
1.1.0 (07/18/2022)
Add
- Add
CF_AADHAAR
to EnumCodeFormat. - Add
RIT_AADHAAR
to EnumResultInfoType. - Add some new enums to EnumErrorCode.
Change
- Change
CF_DL_AAMVA_ANSI
toCF_DL_AAMVA
. - Change
RIT_DRIVER_LICENSE_INFO
toRIT_DRIVER_LICENSE_AAMVA
andRIT_DRIVER_LICENSE_SOUTH_AFRICA
. - Change
RIT_PERSONAL_ID_INFO
toRIT_PERSONAL_ID
. - Change
RIT_VDSNC_INFO
toRIT_VDSNC
.
1.0.2 (06/08/2022)
New
- New property
license
to control license of DCP. - New property
engineResourcePath
to specify the path of DCP WASM engine. - New
loadWasm()
toCodeParser
to load and compile the WASM. - New method
createInstance()
toCodeParser
to create a CodeParser instance. - New method
destroyContext()
toCodeParser
to destroy the CodeParser instance in WASM. - New method
setCodeFormat()
toCodeParser
to set what type of code you want to parse. - New method
parseData()
toCodeParser
to parse code. - New method
setCryptoPyblicKey()
toCodeParser
to set a public key if code parsing needs. - New method
setCertificate()
toCodeParser
to set a certificate if code parsing needs.