Release Notes for JavaScript SDK - 1.x
1.1.0 (07/18/2022)
Add
- Add
CF_AADHAARto EnumCodeFormat. - Add
RIT_AADHAARto EnumResultInfoType. - Add some new enums to EnumErrorCode.
Change
- Change
CF_DL_AAMVA_ANSItoCF_DL_AAMVA. - Change
RIT_DRIVER_LICENSE_INFOtoRIT_DRIVER_LICENSE_AAMVAandRIT_DRIVER_LICENSE_SOUTH_AFRICA. - Change
RIT_PERSONAL_ID_INFOtoRIT_PERSONAL_ID. - Change
RIT_VDSNC_INFOtoRIT_VDSNC.
1.0.2 (06/08/2022)
New
- New property
licenseto control license of DCP. - New property
engineResourcePathto specify the path of DCP WASM engine. - New
loadWasm()toCodeParserto load and compile the WASM. - New method
createInstance()toCodeParserto create a CodeParser instance. - New method
destroyContext()toCodeParserto destroy the CodeParser instance in WASM. - New method
setCodeFormat()toCodeParserto set what type of code you want to parse. - New method
parseData()toCodeParserto parse code. - New method
setCryptoPyblicKey()toCodeParserto set a public key if code parsing needs. - New method
setCertificate()toCodeParserto set a certificate if code parsing needs.