Releases: yeqown/go-qrcode
Releases · yeqown/go-qrcode
v2.2.4
v2.2.3
What's Changed
- chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #88
- chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 in /writer/standard by @dependabot in #89
- chore(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 in /cmd/wasm by @dependabot in #93
- chore(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 in /example by @dependabot in #92
- chore(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 in /writer/standard by @dependabot in #91
- chore(deps): bump golang.org/x/image from 0.5.0 to 0.10.0 in /cmd/qrcode by @dependabot in #90
- Fix issue 94 by @yeqown in #95
- Update go.yml by @yeqown in #96
- chore: update readme example picture by @yeqown in #97
- remove mao by @yeqown in #98
- fix(writer): transparent takes no effect on halftone image by @yeqown in #102
- Fix data race in loadAlignmentPatternLoc by @mnrtks in #104
New Contributors
Full Changelog: v2.2.2...v2.2.3
v2.2.0
v2.1.0
v2.0.2
v2.0.2 (2021-12-23)
The highlight of this release, speeding up the masking evaluation process of QR Code, about 66%
reduced:
benchstat old.txt new.txt
name old time/op new time/op delta
_NewQRCode_1KB-4 20.6ms ±16% 6.9ms ± 9% -66.50% (p=0.001 n=5+9)
Bug Fixes
Features
v2.0.1
v2.0.0-beta
Features
- Separate
Writer
interface to write matrix into the carrier - Resign
QRCode
API to use - Clean project structure