Skip to content

v0.2.1

Compare
Choose a tag to compare
@josemmo josemmo released this 08 Jun 16:36
· 23 commits to master since this release
c4a1d1b

BREAKING CHANGES
Invoice::getNote() and Invoice::setNote() have been deprecated in favor of Invoice::getNotes() and Invoice::addNote().

  • Added support for VAT in accounting currency (#22)
  • Added support for additional legal information (#23)
  • Added support for multiple invoice notes (#24)
  • Added CIUS-RO and NLCIUS presets (e671343, 9ddfb64)
  • Fixed VAT exemption reasons (13aa515)
  • Fixed rounding of negative zeroes (56ea2d4)