Skip to content

Releases: rymdport/go-qrcode

v1.2.0

19 Jan 13:38
Compare
Choose a tag to compare

This release implements some more code cleanups, modernizes CI and adds a new method to help reuse codes instead of having to create a new one each time.

Changelog

  • Added SetContent method to allow reusing a QRCode object.
  • Some internal lookup tables are now arrays to help the compiler know they won't grow.
  • Some minor code cleanups.

v1.1.0

30 Oct 08:59
4662f12
Compare
Choose a tag to compare

A small release with some cleanups, performance improvements and a small crash fix.

Changelog

  • Fixed potential crash in WriteColorFile if there is an error.
  • Replaced bytes.Buffer with strings.Builder for slightly faster string concatenation.
  • Use string instead of []byte for encoding internally. Avoids allocating copies.
  • More minor code cleanups

v1.0.0

29 Oct 12:43
f61c8cd
Compare
Choose a tag to compare

This cleans up and modernizes the forked codebase. The plan is to keep maintaining this going forward.