Added
- new unit tests, a code formatter (
black
) and a linter (pylint
) to improve code quality - new boolean parameter
table_line_separators
forHTMLMixin.write_html
& underlyingHTML2FPDF
constructor
Changed
- the documentation URL is now simply https://pyfpdf.github.io/fpdf2/
Removed
- dropped support for external font definitions in
.font
Python files, that relied on a call toexec
Deprecated
- the
type
parameter ofFPDF.image
method - the
infile
parameter ofTemplate
constructor - the
dest
parameter ofTemplate.render
method