All Versions
16
Latest Version
Avg Release Cycle
174 days
Latest Release
640 days ago

Changelog History
Page 1

  • v2.1.2 Changes

    July 26, 2022
    • โœ‚ Remove setup script as it just calls bundle install [#128]
    • ๐Ÿ’… Change inline styles to the fill property to allow for strict CSP style-src directive [#127]
  • v2.1.1 Changes

    February 11, 2022
    • โž• Added in a handler for when color arguments are passed in as symbols e.g color: :yellow. This also allows for the use of the :currentColor keyword. [#122]
  • v2.1.0 Changes

    August 26, 2021
    • ๐Ÿ‘ Sync Gemfile.lock with rqrcode_core.1.2.0 Adds Multimode Support
    • โž• Add badge for Standard linting

    ๐Ÿ”„ Changed

    • Corrected method name referred to in CHANGELOG.
  • v2.0.0 Changes

    May 06, 2021

    โž• Added

    • A new use_path: option on .as_svg. This uses a <path> node to greatly reduce the final SVG size. [#108]
    • A new viewbox: option on .as_svg. Replaces the svg.width and svg.height attribute with svg.viewBox to allow CSS scaling. [#112]
    • A new svg_attributes: option on .as_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.2.0 Changes

    December 26, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ README updated
    • โฌ†๏ธ bump dependencies
    • ๐Ÿ’Ž fix required_ruby_version for Ruby 3 support

    ๐Ÿš€ [unreleased]: https://github.com/whomwah/rqrcode/compare/v2.1.2...HEAD

  • v1.1.1

    September 19, 2019
  • v1.0.0 Changes

    September 16, 2019

    NOTE: I will not be filling in this section any more, you can see the available packages here: https://github.com/whomwah/rqrcode/package

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

    • Moves QRCode generation to new gem https://github.com/whomwah/rqrcode_core
    • ๐Ÿ“‡ Renames internal dark? method to checked?
    • Implement standalone option to allow embedding svg in other svg
    • More Specs
  • v1.0.0.pre Changes

    July 11, 2019

    ๐Ÿš€ 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:

  • v0.10.1

    February 11, 2016
  • v0.10.0

    February 11, 2016