Releases: ericblade/quagga2
Releases · ericblade/quagga2
1.7.2
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
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
New Features
- add CameraAccess enableTorch and disableTorch functions (#405)
Performance Improvements
- general source code improvements mostly in linting and warnings (#405)
1.6.0
New Features
Refactors
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
... 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
Remove snyk, stop testing on node 10, dep upgrades
export readers for extension by other developers
import { Readers } from '@ericblade/quagga2';
class MyReader extends Readers.EANReader {
....
}
1.2.6
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.