Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 12, 2021
1 parent 7794f7b commit 3bc0cb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@

# Change Log

# [v3.1.0](https://github.com/schoero/swissqrbill/compare/v3.0.1...v3.1.0) - 12.11.2021
* Added TSDoc comments. [#348](https://github.com/schoero/SwissQRBill/pull/348)
* Removed unwanted space in `utils.formatAmount()`. [#349](https://github.com/schoero/SwissQRBill/pull/349)
* Fixed the formatting of the reference in SVG renderings. [#351](https://github.com/schoero/SwissQRBill/pull/351)
* Added a new `utils.formatReference()` function that auto detects the reference type.
* Improved the text spacing and positioning. [#352](https://github.com/schoero/SwissQRBill/pull/352)

# [v3.0.1](https://github.com/schoero/swissqrbill/compare/v3.0.0...v3.0.1) - 14.10.2021
* Changed build target to ES6 to support older Browsers and Node.js versions. [#347](https://github.com/schoero/SwissQRBill/pull/347)

# [v3.0.0](https://github.com/schoero/swissqrbill/compare/v2.4.2...v3.0.0) - 03.10.2021
* New features
* SVG
* Added support for SVG rendering [#343](https://github.com/schoero/SwissQRBill/issues/343).
* Added es6 module exports.
* Added support for SVG rendering. [#343](https://github.com/schoero/SwissQRBill/issues/343)
* Added ES6 module exports.
* Support for tree shaking.
* utils
* Added `mm2px()` function.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swissqrbill",
"version": "3.0.1",
"version": "3.1.0",
"description": "Swiss QR Bill generation in Node.js and browsers",
"main": "./lib/node/cjs/node/index.js",
"module": "./lib/node/esm/node/index.js",
Expand Down

0 comments on commit 3bc0cb0

Please sign in to comment.