Qrious Versions Save

Pure JavaScript library for QR code generation using canvas

4.0.2

6 years ago
  • Correct CDNJS links in README #93

4.0.1

6 years ago
  • Publish releases to open source CDN #87
  • Add live demo link to README #89
  • webpack - need to manually install qrious-core #90
  • Remove dependencies (non-dev) badge from README #91

4.0.0

6 years ago
  • Split into multiple modules #53 (breaking change)
  • Remove QRious.VERSION #84 (breaking change)

3.0.1

6 years ago
  • Correct file sizes of distribution files in README #82

3.0.0

6 years ago
  • Reduce size of distribution files #59 (breaking change)
  • Drop support for Node.js < 4 #74 (breaking change)
  • Remove QRious.DEFAULTS #77 (breaking change)
  • Rewrite code in ES5 #81 (breaking change)

2.3.0

6 years ago
  • Enable setting of multiple properties at once resulting in a single re-render #69
  • Deferring or avoiding ImageRenderer #71
  • Switch to container-based Travis builds for faster boot times #73
  • Change code style to be more contributor-friendly #75
  • Improve download links in README #76

2.2.0

7 years ago
  • Add backgroundAlpha and foregroundAlpha options to control transparency #63

2.1.0

7 years ago
  • Allow padding to be set explicitly #44
  • Fix support for older browsers #55
  • Update code style to fit with other projects
  • Update build system to run on older Node.js versions at a reduced capacity

2.0.2

7 years ago
  • Fix bug where mask is incorrectly applied #50

2.0.1

7 years ago
  • Correct license mentioned into README.md