2.1.0
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.