v1.1.0
- Add color support for GFM to
MarkdownTableWriter
class - Add
FontStyle.TYPEWRITER
- Add styles supported by Latex writers
Style.fg_color
Style.decoration_line
:DecorationLine.STRIKE
,DecorationLine.LINE_THROUGH
Style.decoration_line
:DecorationLine.UNDERLINE
- Add warnings for when invalid style attributes are passed to the Style class
- Modify the output format of Latex table writers
- Improve type annotations
- Fix Excel worksheet name generation
- Bump minimum required version of
DataProperty
to 1.0.1
Full Changelog: v1.0.0...v1.1.0