fix(readme): Update readme documentation: enhance feature summary, update installation instructions and usage examples, remove obsolete config details, and better clarify supported invoice formats.

This commit is contained in:
2025-04-03 20:45:26 +00:00
parent 72f27e69cd
commit 6b40eac61f
5 changed files with 234 additions and 198 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-04-03 - 4.1.2 - fix(readme)
Update readme documentation: enhance feature summary, update installation instructions and usage examples, remove obsolete config details, and better clarify supported invoice formats.
- Rewrote introduction to emphasize comprehensive feature support (multi-format, PDF handling, validation, modular architecture)
- Updated installation instructions with commands for pnpm, npm, and yarn
- Removed outdated TypeScript configuration and extended usage sections
- Clarified supported invoice standards and provided a concise summary of format details
## 2025-04-03 - 4.1.1 - fix(zugferd)
Refactor Zugferd decoders to properly extract house numbers from street names and remove unused imports; update readme hints with additional TInvoice reference and refresh PDF metadata timestamps.