Skip to content

v0.3.0

Latest

Choose a tag to compare

@dwikler dwikler released this 27 Nov 20:46
· 4 commits to main since this release
5781e81

Added

  • CSV output mode in SpecPrinter via print_csv method
  • Excel OOXML output mode in SpecPrinter via print_xlsx method
  • Optional output parameter in SpecPrinter for writing to files
  • Optional column_width parameter in print_table and print_xlsx
  • --print-mode option in modattributes CLI for CSV and OOXML output
  • --output option in modattributes CLI for directing output to files

Changed

  • Switch PyPI version badge in README from badge.fury.io to shields.io for faster updates
  • Update modattributes CLI example for CSV and XLSX output
  • Improved nesting level color schemes for consistency and better contrast and readability.

Fixed

  • Correct handling of include_table names in DOMTableSpecParser
  • Correct handling of empty node attributes in SpecPrinter