feat(core): Add EInvoiceCreator class for generating ZUGFeRD/Factur-X XML

This commit is contained in:
2024-12-30 21:12:31 +01:00
parent 78ba483d35
commit d573d95ebc
6 changed files with 8233 additions and 2945 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2024-12-30 - 1.1.0 - feat(core)
Add EInvoiceCreator class for generating ZUGFeRD/Factur-X XML
- Introduced EInvoiceCreator class to convert invoice data into ZUGFeRD/Factur-X XML.
- Updated development dependencies to enhance TypeScript support.
- Added SmartXML and TSClass plugins for XML handling and business logic.
## 2024-07-02 - 1.0.6 - fix(core)
Project files committed with initial structure and class implementation