Nokogiri v1.5.0 Release Notes

Release Date: 2011-07-01 // almost 12 years ago
  • Notes

    • ๐Ÿ‘€ See changelog from 1.4.7

    โž• Added

    • ๐Ÿ”จ extracted sets of Node::SaveOptions into Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ default output of XML on JRuby is no longer formatted due to inconsistent whitespace handling. #415
    • ๐Ÿ’Ž (JRuby) making empty NodeSets with null nodes member safe to operate on. #443
    • ๐Ÿ›  Fix a bug in advanced encoding detection that leads to partially duplicated document when parsing an HTML file with unknown encoding.
    • โž• Add support for <meta charset="...">.