Skip to content

v1.5.0

Compare
Choose a tag to compare
@maslick maslick released this 16 Jan 19:25
· 74 commits to master since this release
408766e
  • print the number of milliseconds to recognize qr/bar code
  • CI/CD pipeline with manual deployment to dev environment
  • remove unused cpp files (qr, barcode)
  • refactoring, renaming
  • document C++ code
  • use Emscripten 3.1.1 (was 1.38.44)
  • use public Emscripten Docker image (emscripten/emsdk)
  • reduce WASM size by 131KB (now: 330KB wasm + 13 KB js glue)
  • minify glue code with --closure
  • rename and refactor helper.js file (use Koder class, async init getter) -> koder.js
  • rename all.wasm and all.js -> zbar.wasm and zbar.js