- Fix align before render (#33) (mishaschwartz)
- Bugfix: margin was not passed on to renderer in print_qr_code (#27) (mamhoff)
- Add support for QRCode table cells for prawn/table (#14)
- Compatibility fixes with prawn >=1.0.0 (cthiel)
- Add custom margin option
- Update required Ruby version to 2.0
- Update minimal Prawn version to 1.0
- Fix rendering bugs due to slight changes in Prawn API
- Added optional (boolean)
:debug
parameter that renders astroke_axis
around the rendered QR Code
- Stroke param broken. Replaced with simpler evaluation.
- Fixed default stroke and explicit conversion of extents to floats.
- Updated prawn dependnecy spec to >= 0.11.1.
- Integrated patch from bdurette to align QR Code within its bounding box. Adds the optional parameter :align (:left, :center, :right) to both render_qr_code() and print_qr_code()
- Integrated patch to reduce rectangle count, which leads to a overall size reduction of the generated PDF (bdurette)
- Updated prawn dependency from exact requirement of 0.11.1 to an >=0.11.1, <0.13
- Initial Release