Skip to content

Releases: ericblade/quagga2

1.8.4

25 Oct 23:51
673183f
Compare
Choose a tag to compare

Bug Fixes

  • Attempt to fix #466, restoring missing data in onProcessed, particularly in multi mode (#520)

1.8.3

21 Oct 06:07
2155bf7
Compare
Choose a tag to compare

Bug Fixes

  • dependency upgrades (#515)

1.8.2

02 Jan 03:49
f4cd7f3
Compare
Choose a tag to compare

Bug Fixes

  • improve typings for readers in QuaggaJSConfig (#479)

1.8.1

26 Dec 21:15
0714928
Compare
Choose a tag to compare

Bug Fixes

  • disableTorch/enableTorch re-throw errors and warn on console if torch unsupported (#478)

  • thread initCanvas through more places (#478)

1.8.0

26 Dec 20:14
6cb8127
Compare
Choose a tag to compare

New Features

  • add willReadFrequently boolean to InputStream options (#474)

Bug Fixes

  • upgrade loader-utils (#465)

1.7.7

06 Nov 20:16
a99ab52
Compare
Choose a tag to compare

Bug Fixes

  • dependency upgrades (#464)

  • torch should work (#464)

1.7.6

19 Oct 11:55
ef7511f
Compare
Choose a tag to compare

Performance Improvements

  • switch from using gl-vec2, gl-vec3, gl-mat2 to using full gl-matrix package (#460)

    The mini packages haven't been updated much in years, and performance seems to be identical with the modern gl-matrix package. Package sizes are slightly larger, but w/e.

1.7.5

10 Oct 09:37
95c523b
Compare
Choose a tag to compare

Just a couple of minor bugfixes found while converting locator to typescript

Bug Fixes

  • fix error in return value of barcode_locator::rasterizeAngularSimilarity::notYetProcessed (#457)

  • fix possible math error in describePatch (#458)

1.7.4

23 Sep 07:57
f692ad9
Compare
Choose a tag to compare

Performance Improvements

  • internal fixes to integration tests (#453)

    1 more test passes in browser tests, yay?

  • stop producing sourcemaps for node target (#456)

    reduces size of node bundle by 1MB (!!!) and seems to complete tests faster (1sec!)

1.7.3

18 Sep 22:51
3ed50f6
Compare
Choose a tag to compare

Bug Fixes

  • attempt to fix camera getting 'stuck' sometimes on mobile (#447)

    release all streams not just the 1st one

  • probable fix for torch enable/disable not working (#447)