Skip to content

Releases: ericblade/quagga2

1.7.2

10 Sep 08:44
bc6fedc
Compare
Choose a tag to compare

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

19 Aug 19:18
Compare
Choose a tag to compare

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

27 Apr 06:57
Compare
Choose a tag to compare

New Features

  • add CameraAccess enableTorch and disableTorch functions (#405)

Performance Improvements

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

1.6.0

09 Mar 16:57
4643582
Compare
Choose a tag to compare

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)

async external decoders

05 Mar 08:21
a3a35dd
Compare
Choose a tag to compare

... 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.

upgrade deps, ts 4.4.2, get-pixels 3.3.3

27 Aug 10:57
e490060
Compare
Choose a tag to compare

Remove snyk, stop testing on node 10, dep upgrades

27 Aug 10:56
7ab3ea2
Compare
Choose a tag to compare

export readers for extension by other developers

31 May 20:42
Compare
Choose a tag to compare
import { Readers } from '@ericblade/quagga2';

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

1.3.0

27 Feb 06:57
7cf932c
Compare
Choose a tag to compare

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

12 Nov 03:17
3351029
Compare
Choose a tag to compare

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.