Nokogiri v1.5.5 Release Notes

Release Date: 2012-06-24 // almost 12 years ago
  • โž• Added

    • ๐Ÿ’Ž Much-improved support for JRuby in 1.9 mode! Yay!

    ๐Ÿ›  Fixed

    • Regression in JRuby Nokogiri add_previous_sibling (1.5.0 -> 1.5.1) #691 (Thanks, John Shahid!)
    • ๐Ÿ’Ž JRuby unable to create HTML doc if URL arg provided #674 (Thanks, John Shahid!)
    • ๐Ÿ’Ž JRuby raises NullPointerException when given HTML document is nil or empty string. #699
    • ๐Ÿ’Ž JRuby 1.9 error, uncaught throw 'encoding_found', has been fixed. #673
    • ๐Ÿ’Ž Invalid encoding returned in JRuby with US-ASCII. #583
    • ๐Ÿ“œ XmlSaxPushParser raises IndexOutOfBoundsException when over 512 characters are given. #567, #615
    • ๐Ÿ‘ป When xpath evaluation returns empty NodeSet, decorating NodeSet's base document raises exception. #514
    • ๐Ÿ’Ž JRuby raises exception when xpath with namespace is specified. pull request #681 (Thanks, Piotr Szmielew)
    • ๐Ÿ’Ž JRuby renders nodes without their namespace when subclassing Node. #695
    • ๐Ÿ’Ž JRuby raises NAMESPACE_ERR (org.w3c.dom.DOMException) while instantiating RDF::RDFXML::Writer. #683
    • ๐Ÿ’Ž JRuby is not able to use namespaces in xpath. #493
    • ๐Ÿ’Ž JRuby's Entity resolving should be consistent with C-Nokogiri #704, #647, #703