Skip to content

v1.0.0 - Full release with near feature parity

Compare
Choose a tag to compare
@MaddyGuthridge MaddyGuthridge released this 29 Sep 07:14
· 211 commits to main since this release
d02dc56

✨ NEW ✨

  • Uninstantiated tags are now instantiated and rendered if they are a children of another element
  • Lists of child elements are flattened
  • Giving value=True will correctly render boolean attributes
  • Default attribute values are given for some tag types
  • Documentation now includes details about suggested attributes
  • Now with 100% test coverage (at least of the distributed code)

✏️ CHANGED ✏️

  • Tag properties are now (correctly) named attributes
  • Elements are also rendered when calling repr()
  • Contents of comment tags are indented for readability

🔧 FIXED 🔧

  • Attribute names that overlap with reserved keywords can now be accessed using a suffix (not just prefix) underscore (eg for_)