Skip to content

0.1.1

Compare
Choose a tag to compare
@bodil bodil released this 29 Nov 17:57
· 81 commits to master since this release
0.1.1

Added

  • typed-html now works on stable rustc. (#1)
  • All elements and HTML marker traits now implement IntoIterator, so you can return them directly from a group. (#12)

Fixed

  • Boolean flags are now correctly rendered as empty when stringifying. (#13, #14)
  • Non-self-closing tags are now correctly rendered with a closing tag in the HTML style, rather than in the XML style. (#15, #16)