feat(encoder): Rename encoder class from ZugferdXmlEncoder to FacturXEncoder to better reflect Factur-X compliance. All related imports, exports, and tests have been updated while maintaining backward compatibility.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-17 - 1.3.0 - feat(encoder)
|
||||
Rename encoder class from ZugferdXmlEncoder to FacturXEncoder to better reflect Factur-X compliance. All related imports, exports, and tests have been updated while maintaining backward compatibility.
|
||||
|
||||
- Renamed the encoder class to FacturXEncoder and added an alias for backward compatibility (FacturXEncoder as ZugferdXmlEncoder)
|
||||
- Updated test files and TS index exports to reference the new class name
|
||||
- Improved XML creation formatting and documentation within the encoder module
|
||||
|
||||
## 2025-03-17 - 1.2.0 - feat(core)
|
||||
Improve XML processing and error handling for PDF invoice attachments
|
||||
|
||||
|
Reference in New Issue
Block a user