Skip to content

Releases: bbitgmbh/bbit.swiss-qr-bill

v3.3.0

13 Mar 10:56
v3.3.0
cd15f4b
Compare
Choose a tag to compare

#Feature

v3.2.1

07 Sep 15:49
v3.2.1
b38f84d
Compare
Choose a tag to compare

Fixes

  • Apply limits for texts in QR Code data (Thank you @Trim)
  • Fixed security issues based on yarn audit
  • Updated dependencies

v3.2.0

31 Aug 12:38
v3.2.0
3dca158
Compare
Choose a tag to compare

Features

  • Updated dependencies
  • Added A4 PDF format with separation hint instead of scissors (thank you @Trim)
  • Automatic text wrap and truncate when texts are too long (thank you @Trim)

v3.0.3

04 Feb 15:11
Compare
Choose a tag to compare

Fixes

  • Added missing billInformation (Thanks @adrien-dorsaz, closes #164)
  • Updated dependencies
  • Fixed security vulnerability detected by dependabot
  • Use standard font in tests (hopefully this will fix the failing tests within GitHub Actions in the future)

v3.0.0

26 Jul 13:29
21b1fce
Compare
Choose a tag to compare

Breaking

  • Dropped support for Node 12.x

Fixes

  • Optimized printing of swissCross SVG in FF
  • Optimized validations

v2.0.1

22 Apr 12:21
0372287
Compare
Choose a tag to compare

Fixes

  • Updated dependencies

v2.0.0

31 Mar 12:27
049b14b
Compare
Choose a tag to compare

Breaking

  • Dropped support for Node 10.x

Fixes

  • unstructuredMessage and billInformation are now rendered properly ( @adrien-dorsaz )

v1.0.0

10 Feb 13:19
c22b1c8
Compare
Choose a tag to compare

Initial 'stable' release of this package. From this point on proper sevmer will be used in versioning :)
This update contains a few fixes and enhancements as well as some breaking changes which should be really easy to fix for you!

Breaking

  • Prefixed all exported types with Bbit to match our company guidelines
  • Moved utils and interfaces to the external package @bbitgmbh/bbit.banking-utils

Features

  • Added format BbitQRBillFormat.A4 to support A4 generation
  • Added formats BbitQRBillFormat.DEFAULT and BbitQRBillFormat.A4_WITHOUT_LINES to prevent rendering of lines (for printing on perforated paper)
  • Added required scissors images to A4 generation

Fixes

  • Fixed multiple typos
  • Enhanced tests
  • Updated all dependencies including a few minor security fixes