Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Sync Gemfile.lock with rqrcode_core.1.1.0
  • Add badge for Standard linting

Changed

  • Corrected method name referred to in CHANGELOG.

2.0.0 - 2021-05-06

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

1.2.0 - 2020-12-26

Changed

  • README updated
  • bump dependencies
  • fix required_ruby_version for Ruby 3 support