Skip to content

v0.5.0

Compare
Choose a tag to compare
@gabebw gabebw released this 01 Sep 19:03
  • Fix crash that happened when there was <1024 bytes of input HTML (9f38d93)
  • Finders for the same node are shown together. Previously, searching for div attr{class} and div {text} would show all of the classes, then all of the texts. Now it will show the information for a given node next to each other. So it will show each div's class, then that same div's text, then the next div's class and text, and so on. (#4)