Releases: aruZeta/QRgen
Releases · aruZeta/QRgen
v3.1.0
v3.0.0
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
v1.0.1
Fixes:
- Encoding to
byte mode
not working on windows. - Can't compile the lib in js backend.
- Can't send QR to stdout.
Features added:
byte mode
now encodes to UTF-8.
Also thanks @enthus1ast
v1.0.0
After a lot of time to develop the library, I can finally release the
first and stable version: v1.0.0.
Features added:
- Supports all QR versions: from
1
to40
. - Supports all EC (Error Correction) levels:
L
,M
,Q
andH
. - Supports
numeric mode
,alphanumeric mode
andbyte mode
. - Supports printing a QR code on your terminal via standard output.
- Supports printing a QR code to SVG, with custom colors, rounded
alignment patterns and rounded data modules.