Nokogiri v1.2.3 Release Notes

Release Date: 2009-03-22 // about 15 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixing bug where a node is passed in to Node#new
    • Namespace should be assigned on DocumentFragment creation. LH #66
    • Nokogiri::XML::NodeSet#dup works GH #10
    • Nokogiri::HTML returns an empty Document when given a blank string GH#11
    • โž• Adding a child will remove duplicate namespace declarations LH #67
    • ๐Ÿ— Builder methods take a hash as a second argument