Skip to content

v1.0.0

Compare
Choose a tag to compare
@thegnuu thegnuu released this 10 Feb 13:19
· 71 commits to master since this release
c22b1c8

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