- The versioning of the library now match with that of FatturaPA.
- The library now exports validation functions and Yup schema.
- fpa2xml now deeply clean invoice objects from empty/falsy values, preventing the serialization of useless XML entries and reducing the output size
- DEPRECATED
- DEPRECATED
- Fixed JS/JSON => XML parsing. The parser now returns valid XML invoices accorging to the FatturaPA Schema
- Fixed the XML => JS/JSON parsing. fpa2js() now always returns an object containing a "FatturaElettronica" property, regardless the XML namespace
- Fixed and added new tests