Skip to content

Releases: ericblade/quagga2

1.2.5

09 Nov 16:38
15e43ce
Compare
Choose a tag to compare

Bug Fixes

  • urgent: fix accidental building of input_stream_node into browser, causing white screens (#270)

1.2.4

11 Oct 15:19
8226a04
Compare
Choose a tag to compare

Bug Fixes

  • Large bundle size reduction (#263)

    50k min, 1mb unmin

  • improve TypeScript types wrt CameraAccess module (#261)

  • many devDep upgrades (#261)

1.2.3

10 Oct 05:35
eab4a82
Compare
Choose a tag to compare

Bug Fixes

  • improve error messages when running in iOS WebView (#257)

  • add error codes to mediaDevices/cameraAccess errors (#257)

1.2.2

24 Aug 16:14
4e4ea78
Compare
Choose a tag to compare

Bug Fixes

  • Improvement in results from code32 reader (#216)

1.2.1

09 Jul 13:13
156938f
Compare
Choose a tag to compare

Bug Fixes

  • Fix broken frequency config parameter (#217)

  • No longer calls requestAnimationFrame when LiveStream is stopped (#217)

1.2.0

27 Jun 01:06
82acce0
Compare
Choose a tag to compare

New Features

  • Initial version of Code 32 (Italian Pharmacode) reader (#213)

    You may now use code_32_reader as a valid reader. As it extends code_39_reader, any options available to code_39_reader should also be valid for code_32_reader.

Bug Fixes

  • Fix theoretical errors (lol?) in frame_grabber_node (#213)

    See beecc7a

  • Internal: Events.subscribe throws an error when used incorrectly, not a string (#213)

1.1.0

11 Jun 18:55
15b9cac
Compare
Choose a tag to compare

New Features

  • Quagga.init returns a promise when no callback is provided (#210)

1.0.6

22 May 19:09
551d9fa
Compare
Choose a tag to compare

Bug Fixes

  • Pin cypress and cypress/webpack-processor to working versions (#204)

    Due to unexpected interactions between cypress and quagga, the most recent updates to cypress fail to complete testing. Working with the cypress team on finding a way to overcome.

  • Fix issues with SubImage not being entirely a window into a ImageWrapper (#203)

1.0.5

18 May 18:23
0e7228e
Compare
Choose a tag to compare

Bug Fixes

  • Failure to start cameras throws an error, not a string (#199)

    • Added many additional tests for camera functionality in mediadevices and cameraccess modules, for both browser and node (it is not expected to work in node, just testing that it blows up properly, instead of unexpectedly)

1.0.4

13 May 23:04
aedb934
Compare
Choose a tag to compare

Performance Improvements

  • Due to inImageWithBorder working as described, barcode_decoder calls it many fewer times (#197)

    Tests show a 20% or so decrease in number of calls to inImageWithBorder inside barcode_decoder #getExtendedLine, and therefore a similarly reduced number of calls to barcode_decoder#getExtendedLine#extendLine, with no meaningful change to any existing test results

Bug Fixes

  • ImageWrapper.inImageWithBorder throws if negative border is supplied (#197)

  • ImageWrapper.inImageWithBorder works as per it's description now (#197)

  • ImageWrapper.subImageAsCopy throws if negative source sizes are supplied (#197)