Skip to content

2.1.0

Compare
Choose a tag to compare
@un-def un-def released this 25 Dec 11:44
· 7 commits to master since this release

Changes

  • Dropped Python 3.6 and 3.7 support.

Features

  • Added Python 3.12 support.
  • Added sanitize_unicode option (enabled by default) to remove some non-printable unicode characters (see #9).
  • Added title filter.

Internal Changes

  • All Formatter constructor/initializer arguments are now required (no default values) and keyword-only.