Rqrcode Versions Save

A Ruby library that encodes QR Codes

v2.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/whomwah/rqrcode/compare/v2.1.1...v2.1.2

v2.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/whomwah/rqrcode/compare/v2.1.0...v2.1.1

v2.0.0

3 years ago

[2.0.0] - 2021-05-06

Added

  • A new use_path: option on .to_svg. This uses a <path> node to greatly reduce the final SVG size. [#108]
  • A new viewbox: option on .to_svg. Replaces the svg.width and svg.height attribute with svg.viewBox to allow CSS scaling. [#112]
  • A new svg_attributes: option on .to_svg. Allows you to pass in custom SVG attributes to be used in the <svg> tag. [#113]

Changed

  • README updated
  • Rakefile cleaned up. You can now just run rake which will run specs and fix linting using standardrb
  • Small documentation clarification @smnscp
  • Bump rqrcode_core to ~> 1.0

Breaking Change

v1.0.0

4 years ago

Release of 1.0.0. It makes some changes to the organisation of the library plus a few other bits and pieces:

v1.0.0.pre

4 years ago

This pre-release of 1.0.0. It contains no new functionality but makes some changes to the organisation of the library. Here's a list of high level changes: