Recent Releases of https://github.com/whomwah/rqrcode
https://github.com/whomwah/rqrcode - v3.1.1
What's Changed
- Release 3.1.0 mergeback by @whomwah in https://github.com/whomwah/rqrcode/pull/158
- Update required_ruby_version to allow Ruby 4.0 by @k0kubun in https://github.com/whomwah/rqrcode/pull/160
- Releases/v3.1.1 by @whomwah in https://github.com/whomwah/rqrcode/pull/161
New Contributors
- @k0kubun made their first contribution in https://github.com/whomwah/rqrcode/pull/160
Full Changelog: https://github.com/whomwah/rqrcode/compare/v3.1.0...v3.1.1
- Ruby
Published by whomwah about 2 months ago
https://github.com/whomwah/rqrcode - v3.1.0
What's Changed
- Correct link and version of rqrcode_core in CHANGELOG.md by @prognostikos in https://github.com/whomwah/rqrcode/pull/154
- feat: Enhance SVG export with offset_x and offset_y options by @whomwah in https://github.com/whomwah/rqrcode/pull/153
- docs: Update README.md by @whomwah in https://github.com/whomwah/rqrcode/pull/155
New Contributors
- @prognostikos made their first contribution in https://github.com/whomwah/rqrcode/pull/154
Full Changelog: https://github.com/whomwah/rqrcode/compare/v3.0.0...v3.1.0
- Ruby
Published by whomwah 9 months ago
https://github.com/whomwah/rqrcode - v3.0.0
What's Changed
- Feat/updates sept 24 by @whomwah in https://github.com/whomwah/rqrcode/pull/146
- Update FUNDING.yml by @whomwah in https://github.com/whomwah/rqrcode/pull/147
- chore: Updating dependencies and drop Ruby < 3 by @whomwah in https://github.com/whomwah/rqrcode/pull/148
Full Changelog: https://github.com/whomwah/rqrcode/compare/v2.2.0...v3.0.0
- Ruby
Published by whomwah 9 months ago
https://github.com/whomwah/rqrcode - v2.1.2
What's Changed
- Change inline styles to the fill property to allow for strict CSP style-src directive by @Jonakemon in https://github.com/whomwah/rqrcode/pull/127
- Remove setup script as it just calls bundle install by @whomwah in https://github.com/whomwah/rqrcode/pull/128
New Contributors
- @Jonakemon made their first contribution in https://github.com/whomwah/rqrcode/pull/127
Full Changelog: https://github.com/whomwah/rqrcode/compare/v2.1.1...v2.1.2
- Ruby
Published by whomwah over 3 years ago
https://github.com/whomwah/rqrcode - v2.1.1
What's Changed
- Upgrade StandardRB dependencies and CI support for Ruby 3.1 by @whomwah in https://github.com/whomwah/rqrcode/pull/121
- Add support for named colors in svg export by @phoozle in https://github.com/whomwah/rqrcode/pull/122
New Contributors
- @phoozle made their first contribution in https://github.com/whomwah/rqrcode/pull/122
Full Changelog: https://github.com/whomwah/rqrcode/compare/v2.1.0...v2.1.1
- Ruby
Published by whomwah almost 4 years ago
https://github.com/whomwah/rqrcode - v2.1.0
https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md#210---2021-08-26
- Ruby
Published by whomwah over 4 years ago
https://github.com/whomwah/rqrcode - Version 2.0.0
[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 thesvg.widthandsvg.heightattribute withsvg.viewBoxto 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
rakewhich will run specs and fix linting usingstandardrb - Small documentation clarification @smnscp
- Bump
rqrcode_coreto~> 1.0
Breaking Change
- The dependency
rqrcode_core-1.0.0has a tiny breaking change to theto_spublic method. https://github.com/whomwah/rqrcode_core/blob/master/CHANGELOG.md#breaking-changes
- Ruby
Published by whomwah over 4 years ago
https://github.com/whomwah/rqrcode - Version 1.0.0
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
- Ruby
Published by whomwah over 6 years ago
https://github.com/whomwah/rqrcode - v1.0.0.pre
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:
- Moves QRCode generation to new gem https://github.com/whomwah/rqrcode_core
- Updates README
- More Specs
- Renames internal
dark?method tochecked?
- Ruby
Published by whomwah over 6 years ago