Skip to content

v0.4.9

Choose a tag to compare

@rushter rushter released this 15 May 08:37
· 13 commits to master since this release
  • Add an ability to specify tags and namespace for fragmented parser
  • Add a new serialization mode when pretty printing: html5test
  • Allow empty HTML fragments
  • Fix attrs access for non-element nodes
  • Improve buffer cleanups
  • Fix duplicate text when doing text(deep=True) on a text node
  • Improve text concatenation performance
  • Improve attribute handling