Releases: ericblade/quagga2
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
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
1.1.0
1.0.6
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
1.0.4
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