Releases: ericblade/quagga2
Releases · ericblade/quagga2
1.8.4
Bug Fixes
- Attempt to fix #466, restoring missing data in onProcessed, particularly in multi mode (#520)
1.8.3
Bug Fixes
- dependency upgrades (#515)
1.8.2
Bug Fixes
- improve typings for readers in QuaggaJSConfig (#479)
1.8.0
New Features
- add willReadFrequently boolean to InputStream options (#474)
Bug Fixes
- upgrade loader-utils (#465)
1.7.6
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
Just a couple of minor bugfixes found while converting locator to typescript
Bug Fixes
1.7.4
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
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)