Nokogiri v1.3.3 Release Notes

Release Date: 2009-07-26 // almost 15 years ago
  • โž• Added

    • NodeSet#children returns all children of all nodes

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž Override libxml-ruby's global error handler
    • ๐Ÿ“œ ParseOption#strict fixed
    • ๐Ÿ›  Fixed a segfault when sending an empty string to Node#inner_html= GH #88
    • ๐Ÿ’Ž String encoding is now set to UTF-8 in Ruby 1.9
    • ๐Ÿ›  Fixed a segfault when moving root nodes between documents. GH #91
    • ๐Ÿ›  Fixed an O(n) penalty on node creation. GH #101
    • ๐Ÿ‘ Allowing XML documents to be output as HTML documents

    ๐Ÿ—„ Deprecations

    • ๐Ÿšš Hpricot compatibility layer will be removed in 1.4.0