Qrious Versions Save

Pure JavaScript library for QR code generation using canvas

2.0.0

7 years ago
  • Rename library to QRious and move package from qr-js to qrious
  • Completely redesign API to follow OOP pattern for simplicity
  • Remove save and saveSync method
  • Remove noConflict method
  • Remove documentation generated by docco
  • Restructure code base to make it more maintainable and use Rollup to build it
  • Provide better built-in support for Browserify and Webpack etc
  • Switch from JSHint to ESLint
  • Add demo.html to allow contributors to experiment and test with changes due to lack of unit tests
  • Remove INSTALL.md and consolidate contents into README.md and CONTRIBUTING.md
  • Add EditorConfig file
  • Add support for Travis CI

1.1.4

8 years ago
  • #2: Fix padding issues
  • #35: Make the QR-code center-aligned
  • #38: Update node-canvas dependency version to support Node.js v4 and above

1.1.3

8 years ago

1.1.2

8 years ago
  • #20: Fix "too many open files" bug

1.1.1

8 years ago
  • Fix bug with IIFE

1.1.0

8 years ago
  • #9: Fix RequireJS support
  • #13: Remove Ender support
  • #14: Improve code formatting and style
  • #16: Support different MIME types for toDataURL and other related functions
  • #17: Remove unnecessary callback arguments from synchronous functions
  • #17: Make save fully asynchronous
  • #17: Add saveSync for synchronous saving
  • #18: Add Grunt build system
  • #18: Generate source map as part of build
  • #18: Improve developer documentation
  • #19: Add support for Bower

1.0.3

8 years ago
  • #3: Rename QRCode to qr
  • #3: Remove all deprecated methods
  • #4: Reformat code and add additional, along with some original, code comments
  • #6: Add support for Node.js, CommonJS and Ender
  • #6: Add optional callback functionality to API methods
  • #7: Allow data arguments to be an object or string value
  • #8: Add VERSION property to the API
  • #8: Add toDataURL, save and noConflict methods to the API
  • Now distributed under the MIT License

1.0.2

8 years ago
  • #1: Deprecate generateCanvas and generateImage and replaced with canvas and image respectively

1.0.1

8 years ago
  • Allow customisation of colours used when rendering

1.0.0

8 years ago

Initial release