fix(ZUGFeRD encoder & dependency): Update @tsclass/tsclass dependency to ^8.2.0 and fix paymentOptions field in ZUGFeRD encoder for proper description output

This commit is contained in:
2025-04-04 13:08:54 +00:00
parent 518b2219bc
commit fef3b422df
7 changed files with 19 additions and 12 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-04 - 4.1.7 - fix(ZUGFeRD encoder & dependency)
Update @tsclass/tsclass dependency to ^8.2.0 and fix paymentOptions field in ZUGFeRD encoder for proper description output
- Bump @tsclass/tsclass from ^8.1.1 to ^8.2.0 in package.json
- Replace invoice.paymentOptions.info with invoice.paymentOptions.description in ts/formats/cii/zugferd/zugferd.encoder.ts
- Update PDF metadata timestamps in test output
## 2025-04-04 - 4.1.6 - fix(core)
Improve PDF XML extraction, embedding, and format detection; update loadPdf/exportPdf error handling; add new validator implementations and enhance IPdf metadata.