Skip to content

Releases: OmarCastro/its-a-qrcode

v0.5.0

10 Oct 22:45
Compare
Choose a tag to compare

Added

  • --qrcode-color CSS property support
  • set error correction level via JS API
  • improve README
  • add another compression stage for utf8 to JIS table, reducing the table by 17% compared to previous stage (final minified + gzipped package reduced by 1kB)

Changed

  • refactored Error correction table to reduce file size

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Feb 22:22
Compare
Choose a tag to compare

Added

  • corner color support
  • --qrcode-color CSS property support
  • --qrcode-corner-border-color CSS property support
  • --qrcode-corner-center-color CSS property support
  • add style for body, corner border and center
  • --qrcode-style support CSS property support
  • --qrcode-dot-style CSS property support
  • --qrcode-corner-border-style CSS property support
  • --qrcode-corner-center-style CSS property support

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Jan 22:53
Compare
Choose a tag to compare

Added

  • BREAKING CHANGE: whitespace processing on qr-code element textContent before transforming to QR Code image. To maintain backward compatibility add the following attribute: data-whitespace="pre"
  • add another compression stage for utf8 to JIS table, reducing the table by 30% compared to previous stage (final minified + gzipped package reduced by 3kB)
  • add vCard whitespace processor
  • add vEvent whitespace processor
  • improve documentation for mobile use

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Dec 17:57
Compare
Choose a tag to compare

Added

  • scalable qr code image
  • improved documenatation
  • UI tests
  • smoke tests

Fixed

  • Fix inverted bits between High and Quartile error levels
  • Fix wrong README on npm
  • Fix wrong import path

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Dec 02:08
Compare
Choose a tag to compare