You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.0.0
Enhancements:
- Remove separation forcing by checking `moSep` #48
Fixes added:
- Better rect and separation forcing #47
Breaking changes:
- `moSep` is set to 0 by default
- Moved `forceUserRect` as the last parameter of `printSvg`
v2.2.0
Features added:
- Render QR in pixie's `Image` (which can render PNG images among
others) # 36
Fixes:
- No alignment patterns drawn when only moRad is specified #38
v2.0.0
Breaking changes:
- Change how roundness is set #23
- Class names for svg 7097a07
- Removed `printSvg` proc overloads #24
- Removed `newQR` and `newQRCode` overloads #25
- Added new param to `printSvg`, `moSep` #26
- Grouping `<rect>` in `<g>` #27
- Made `moSep` into a `Percentage` #29
v1.0.1
Fixes:
- Encoding to `byte mode` not working on windows.
- Can't compile the lib in js backend.
- Can't send QR to stdout.
Features added:
- `byte mode` now encodes to UTF-8.
v1.0.0
After a lot of time to develop the library, I can finally release the
first and stable version: v1.0.0.
Features added:
- Supports all QR versions: from `1` to `40`.
- Supports all EC (Error Correction) levels: `L`, `M`, `Q` and `H`.
- Supports `numeric mode`, `alphanumeric mode` and `byte mode`.
- Supports printing a QR code on your terminal via standard output.
- Supports printing a QR code to SVG, with custom colors, rounded
alignment patterns and rounded data modules.