Skip to content

v0.13.0 – Quality-of-life improvements

Compare
Choose a tag to compare
@thibaudcolas thibaudcolas released this 25 Apr 08:16
· 33 commits to main since this release
e6f6869

v0.13.0 2021-04-24

This release comes with a blog post! Read on Quality-of-life improvements.

Added

  • Implement --template-tags CLI flag (#25, #77).

Changed

  • Add more descriptive error message for missing whitespace between HTML attributes (#23 (comment), #68).
  • Move development dependencies from extras to separate requirements.txt (#68).
  • Declare support for Python 3.9.
  • Tentatively declare support for Python 3.10 (tested with Python 3.10.0a6+).

Fixed

  • Fix Python 3.10 deprecation warning by importing Iterable from collections.abc (#68).