Skip to content

Commit

Permalink
Fix UF-8 BOM issue (#169)
Browse files Browse the repository at this point in the history
* [Webpack] Added polyfills

* Fixed trailing newlines

* Release v2.0.3
  • Loading branch information
schoero authored Dec 9, 2020
1 parent cdd2fd2 commit 4e73f8b
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 47 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Change Log

# [v2.0.3](https://github.com/rogerrrrrrrs/swissqrbill/compare/v2.0.2...v2.0.3) - 09.12.2020
* Fixed a problem with QR Code encoding that caused QR Code scanning to fail at certain banks.

# [v2.0.2](https://github.com/rogerrrrrrrs/swissqrbill/compare/v2.0.1...v2.0.2) - 19.08.2020
* Fixed an issue that caused reference to render incorrectly.
* Fixed "Compte / Payable à" to display correctly in french QR bills.
Expand Down
184 changes: 178 additions & 6 deletions package-lock.json

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

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swissqrbill",
"version": "2.0.2",
"version": "2.0.3",
"description": "Swiss QR Bill generation in Node.js and browsers ",
"main": "./lib/node",
"browser": "./lib/browser",
Expand All @@ -19,12 +19,17 @@
},
"keywords": [
"swiss",
"switzerland",
"schweiz",
"switzerland",
"qr",
"bill",
"invoice",
"rechnung"
"rechnung",
"swiss-qr-invoice",
"swiss-qr-bill",
"qr-invoice",
"qr-rechnung",
"fattura"
],
"author": "Roger Schönbächler",
"license": "MIT",
Expand All @@ -41,18 +46,20 @@
"@types/svg-parser": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"buffer": "^6.0.3",
"eslint": "^6.8.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^8.0.0",
"typescript": "^4.0.2",
"util": "^0.12.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"@rogerrrrrrrs/qrcode-svg": "^1.2.1",
"blob-stream": "^0.1.3",
"iban": "0.0.14",
"pdfkit": "^0.11.0",
"qrcode-svg": "^1.1.0",
"svg-parser": "^2.0.4",
"svgpath": "^2.2.3"
}
Expand Down
Loading

0 comments on commit 4e73f8b

Please sign in to comment.