Releases: pablohirafuji/elm-qrcode
Releases · pablohirafuji/elm-qrcode
2.2.1
2.2.0
Add canvas sizing and utilities.
- Add
toCanvasWithModuleSize
- Add
toCanvasWithAbsoluteSize
- Add
toBoolList
- Add
fromBoolList
2.1.0
Add QRCode.toCanvas
2.0.0
TL;DR: Separate encoding from rendering, add string rendering.
- Add
QRCode.encode
- Add
QRCode.encodeWithECLevel
- Add
QRCode.toString
- Change
QRCode.toSvg
- Change
QRCode.Error.Error
- Remove
QRCode.toSvgWithECLevel
1.1.0
1.0.2
Fix bit to byte conversion bug. Thanks @joshmh!
1.0.1
- Refactor encoder to use bitwise operations instead of string manipulation
- Refactor matrix to use bitwise operations instead of string manipulation
- Drop
ParseInt
dependence - Perfomance improvements
1.0.0
Initial release.