Releases: mdlockyer/PrintTags
Releases · mdlockyer/PrintTags
v1.5.1
v1.5.0
Full type annotations, mypy compatibility, and a major refactor. Performance is improved overall and the codebase is significantly simplified.
Breaking changes:
- This release will no longer support Python versions less than 3.6.
- The
tag
argument for the labelled print functions has been renamed totag_text
. When passing a custom tag to this argument, only the text needs to be provided. You no longer need to provide the brackets with the tag. (e.g.,tag_text='new_tag'
rather thantag='[new_tag]'
).