Releases: PixelDrive/peppol-toolkit
Releases · PixelDrive/peppol-toolkit
v0.7.0
What's Changed
- Update invoice and credit note schemas to follow PEPPOL BIS Invoice 3 specification by @Copilot in #9
BREAKING CHANGES
- invoicePeriod.descriptionCode is now optional
- additionalItemProperties is now an array of {name: string, value: string} instead of a record
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.2 alpha
What's Changed
- feat: add support for credit notes and expose CustomizationId and ProfileId by @hungdao-testing in #2
- Add CI workflow: lint and test on pull requests to main by @Copilot in #4
- Add UBL parser for Invoice and CreditNote documents by @Copilot in #3
- feat: add amounts calculations and EAS inferrence by @SimonLoir in #5
- docs: add usage examples to README and bump to v0.5.1 by @Copilot in #6
New Contributors
- @hungdao-testing made their first contribution in #2
- @Copilot made their first contribution in #4
- @SimonLoir made their first contribution in #5
Full Changelog: https://github.com/PixelDrive/peppol-toolkit/commits/v0.5.2