@animo-id/mdoc
Advanced tools
Changelog
0.4.1
34152fd: fix: do not include "undefined" for deviceMac if not used in device response
34152fd: fix: update context interface to not allow random callback to be async
The current code did not await the callback, and thus did not support async random generation. In a future (breaking) change we might update the code to support async random byte generation, but most random byte generators in JavaScript are sync. If you depend on an async random byte generator, please open an issue.
Changelog
0.4.0
birth_date
, driving_privileges[n].issue_date
and driving_privileges[n].expiry_date
are of class DateOnly
and issue_date
and expiry_date
are of type Date
.