Releases: OmarCastro/its-a-qrcode
Releases · OmarCastro/its-a-qrcode
v0.5.0
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
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
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
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
First release
Full Changelog: https://github.com/OmarCastro/its-a-qrcode/commits/v0.1.0