Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@flavorjones flavorjones released this 05 May 20:25
4fcfce6

v0.3.0 - 2024-05-05

  • Use a <template> tag as the context node for the majority of fragment parsing, which greatly simplifies this gem. #7 @flavorjones @stevecheckoway
  • Clean up the README. @marcoroth
  • Nokogiri::HTML5::Inference.parse always returns a Nokogiri::XML::Nodeset for fragments. Previously this method sometimes returns a Nokogiri::HTML5::DocumentFragment, but some API inconsistencies between DocumentFragment and NodeSet made using the returned object tricky. We hope this provides a more consistent development experience. @flavorjones