Quagga2 Versions Save

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs

1.7.2

1 year ago

Bug Fixes

  • fix possible infinite loop in contourTracing function in the decoder (#442)

  • Fix bug in Tracer preventing tracing in one direction in the locator (#442)

  • tests are no longer run on node 12 (#442)

1.7.1

1 year ago

Bug Fixes

  • dep update (#416)

  • bump async from 3.2.0 to 3.2.3 (#415)

  • Surfaces typed support for additional config options (#429)

    Adds mimeType and shows src supports Buffer | Uint8Array

1.7.0

2 years ago

New Features

  • add CameraAccess enableTorch and disableTorch functions (#405)

Performance Improvements

  • general source code improvements mostly in linting and warnings (#405)

1.6.0

2 years ago

New Features

  • Export reader classes. (#365)

  • Allow async use of decodeImage in decoders (#400)

Refactors

  • just trying to get rollingversions to operate correctly (#402)

  • update deployment (#401)

Bug Fixes

  • upgrade to typescript 4.4 (#381)

  • security patches from dependencies (#395)

  • dep upgrades (#398)

  • update deploy scripts (#401)

  • please rollingversions, work (#403)

  • still trying to get rollingversions working (#404)

  • add Exception class that extends Error with a numeric code (#381)

1.5.0

2 years ago

... add ability for external async decoders, so decodeImage() in the external decoder can be async.

a LOT of small updates included in this release, as I just realized my automatic release software has been failing for at least the last 5 releases. OOPS.

Sorry.

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

3 years ago
import { Readers } from '@ericblade/quagga2';

class MyReader extends Readers.EANReader {
    ....
}

1.3.0

3 years ago

New Features

  • Quagga.stop() returns Promise (#329)

  • QuaggaJSCameraAccess.stop() returns Promise (#329)

Bug Fixes

  • Updated several errors in the TS spec (#329)

  • This is an attempt to fix #266 and other issues. (#329)

1.2.6

3 years ago

Performance Improvements

  • Browser bundle size reduced from 200k+ to 128k :-D (#273)

Bug Fixes

  • restructure how node/browser specific code is dealt with (#273)

    the default code path is node, and browser code is swapped in via webpack plugin.