Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 933 Bytes

CHANGELOG.md

File metadata and controls

24 lines (20 loc) · 933 Bytes

New in version UNRELEASED

New in version 0.1.5

  • Added to a38.codec has a basic implementation of interactive editing in a text editor

New in version 0.1.4

  • When a Model instance is required, allow to pass a dict matching the Model fields instead
  • natura_iva is now from 2 to 4 characters long (#18)
  • Added a38.consts module with constants for common enumerations (#18)
  • Added DettaglioLinee.autofill_prezzo_totale
  • Export a38.fattura.$MODEL models as a38.$MODEL
  • Implemented a38tool yaml to export in YAML format
  • Implemented loading from YAML and JSON as if they were XML
  • Implemented a38tool edit to open a fattura in a text editor using YAML or Python formats (#22)
  • Use UTF-8 encoding and include xml declaration when writing XML from a38tool (#19)
  • New module a38.codec, with functions to load and save from/to all supported formats
  • Use defusedxml for parsing if available (#24)