Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

v0.8.2

Compare
Choose a tag to compare
@burmecia burmecia released this 07 Jun 13:00
· 173 commits to master since this release

This release is mainly to add log level support for JavaScript binding. Now in js side initEnv can set different log level. For example,

await zbox.initEnv({ logLevel: 'debug' });

or turn off log output

await zbox.initEnv({ logLevel: 'off' });