Skip to content

Releases: pablohirafuji/elm-qrcode

2.2.1

17 May 11:39
Compare
Choose a tag to compare

2.2.0

05 Sep 03:50
Compare
Choose a tag to compare

Add canvas sizing and utilities.

  • Add toCanvasWithModuleSize
  • Add toCanvasWithAbsoluteSize
  • Add toBoolList
  • Add fromBoolList

2.1.0

05 Sep 01:57
Compare
Choose a tag to compare

Add QRCode.toCanvas

2.0.0

05 Sep 01:57
Compare
Choose a tag to compare

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

05 Sep 01:56
Compare
Choose a tag to compare
  • Add toSvgWithECLevel
  • Expose ECLevel

Thanks again @joshmh!

1.0.2

05 Sep 01:55
Compare
Choose a tag to compare

Fix bit to byte conversion bug. Thanks @joshmh!

1.0.1

05 Sep 01:54
Compare
Choose a tag to compare
  • 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

07 Sep 03:32
Compare
Choose a tag to compare

Initial release.