Releases: easybill/e-invoicing
Releases · easybill/e-invoicing
Release 0.3.0 - Fixes, New Handler and Cleanup
Release 0.2.3 - Fix cardinality of SpecifiedTradePaymentTerms in CII
What's Changed
Full Changelog: 0.2.2...0.2.3
Release 0.2.2 - Avoid ErrorExceptions for Reader, Chores...
What's Changed
- V0.2.2 - Suppress Warnings and Errors of DomDocument, Update dev dependencies by @BolZer in #7
- Add attributes in phpunit.xml to let tests fail on warnings, notices and deprecations by @BolZer in #8
Full Changelog: 0.2.1...0.2.2
Release 0.2.1 - Add missing document type codes
What's Changed
- 0.2.1 - Add missing document types by @BolZer in #6. The Codes 50 (VALIDATED_PRICE_TENDER) and 916 (RELATED_DOCUMENT) were missing. Those types are only to be used in referenced documents. They are missing from the sheet 1001 of the EN16931 documentation as this sheet only refers to the 'main' document types.
Full Changelog: 0.2.0...0.2.1
Release 0.2.0 - Missing fields, Enums and Tests
What's Changed
- Add missing fields for various models of UBL and CII documents
- Add various enums to reflect on the EN16931 code list
- Add new models which use the aforementioned enum in favour of more generic data types like string or ID
- Add new tests and example xmls for CII and UBL to marshal from the XML to the data structures of the lib and back again
- Add customised serializer to allow the usage of backed enums with JMS serialiser
Full Changelog: 0.1.1...0.2.0
Release 0.1.1
What's Changed
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
What's Changed
- Initial release of the lib.
New Contributors
Full Changelog: https://github.com/easybill/e-invoicing/commits/0.1.0