Skip to content

Releases: aruZeta/QRgen

v3.1.0

29 Jan 17:16
v3.1.0
4445bb9
Compare
Choose a tag to compare

Features:

  • Support padding in renderImg #51

Check this version's docs

v3.0.0

01 Oct 11:42
v3.0.0
aa10edb
Compare
Choose a tag to compare

Enhancements:

  • Remove separation forcing by checking moSep #48

Fixes:

  • Better rect and separation forcing #47

Breaking changes:

  • moSep is set to 0 by default
  • Moved forceUserRect as the last parameter of printSvg

Check this version's docs

v2.2.1

26 Sep 16:36
v2.2.1
21ded5d
Compare
Choose a tag to compare

Features added:

  • Faster ecc encoding #45

Fixes:

  • SVG embed encoding quotes inside attributes #43

Check this version's docs

v2.2.0

24 Sep 10:40
v2.2.0
65d3b8c
Compare
Choose a tag to compare

Features added:

  • Render QR in pixie's Image (which can render PNG images amongothers) #36

Fixes:

  • No alignment patterns drawn when only moRad is specified #38

Check this version's docs

v2.1.1

20 Sep 07:32
v2.1.1
666797a
Compare
Choose a tag to compare

Fixes:

  • printTerminal not working properly in the JS backend #33
  • Implicit conversion to cstring in JS backend #34

Check this version's docs

v2.1.0

19 Sep 15:55
v2.1.0
1be0ba5
Compare
Choose a tag to compare

Features added:

  • Embed SVG image in generated SVG #30

Check this version's docs

v2.0.0

16 Sep 10:21
v2.0.0
ef8f133
Compare
Choose a tag to compare

Breaking changes:

  • Change how roundness is set #23
  • Class names for svg 7097a07
  • Removed printSvg proc overloads #24
  • Removed newQR and newQRCode overloads #25
  • Added new param to printSvg, moSep #26
  • Grouping <rect> in <g> #27
  • Made moSep into a Percentage #29

For more info check the new printSvg proc.

Check this version's docs

v1.0.1

09 Sep 18:50
v1.0.1
9abbd39
Compare
Choose a tag to compare

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.

Check this version's docs

Also thanks @enthus1ast

v1.0.0

08 Sep 12:38
v1.0.0
e89e096
Compare
Choose a tag to compare

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 to 40.
  • Supports all EC (Error Correction) levels: L, M, Q and H.
  • Supports numeric mode, alphanumeric mode and byte 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.

Check this version's docs