- no changes
- Fix bug where currency could not be set to EUR. Thanks to @franco.
- Add additional information (unstructured_message, bill_information). Thanks to @noefroidevaux.
- For QRR reference: make modulo10 recursive method accessible as instance method to generate check digit
- fix bug where creditor address city was missing when using combined address type
- reference (QRR, SCOR) can be validated (it raises
InvalidReferenceError
) - iban can be validated (it raises
MissingIBANError
orInvalidIBANError
)
- cleaning up specs, splitted to feature specs (slower ones). fast run:
$ bundle exec rspec --exclude-pattern "spec/features/*_spec.rb"
- fonts: embed and use Inter font as a Helvetica alternative
- stroke color of cutting lines is not set to black, when setting stroke color before to another color
- draw cutting lines with scissor symbol
- fix empty line after addresses when using combined address
- initial release