Skip to content

Releases: alexeyten/qr-image

v3.2.0

22 Dec 11:12
Compare
Choose a tag to compare
  • Use zlib.deflateSync instead of pako.
  • Fix deprecation warning for NodeJS 7.

`imageSync` for PNG

24 Jan 18:53
Compare
Choose a tag to compare

Implement imageSync method for PNG images.

v3.0.1

29 Dec 15:26
Compare
Choose a tag to compare

FIx SVG zero width

v3.0

15 Dec 21:09
Compare
Choose a tag to compare
  • size option is also used for SVG.
  • Add experimental parse_url option. First attemt to mix modes.
  • Fix weird bug witch CRC32 calculation on Raspberry Pi.

imageSync for vector images

22 Aug 10:28
Compare
Choose a tag to compare

New:

  • imageSync method for vector images;
  • margin option for vector images;
  • svgObject method to get SVG data.

Deprecated:

  • svgpath image type. Use svgObject method instead.

Bugfix

31 Jul 10:48
Compare
Choose a tag to compare
  • svgPath option renamed to svgpath,
  • Fixed svgpath generation (thanks to @0xDB).

Bugfixes and minor improvements

25 Jun 07:53
Compare
Choose a tag to compare

Add:

  • Allow 0 margin for png;
  • svgPath type.

Fix:

  • Best mask evaluation;
  • version 32 align pattern placement.

Numeric and Alphanumeric encoding

05 Mar 15:54
Compare
Choose a tag to compare
  • Add numeric and alphanumeric encoding.
  • Fix evaluation of best mask.

Bugfix

03 Mar 08:04
Compare
Choose a tag to compare

Fix a nasty typo that prevented using QR versions greater than 26.

Initial release

22 Feb 13:44
Compare
Choose a tag to compare
v1.0

Initial commit