Nokogiri v1.5.3 Release Notes

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

    • ๐Ÿ‘Œ Support for "prefixless" CSS selectors ~, > and + like jQuery supports. #621, #623. (Thanks, David Lee!)
    • ๐Ÿ“ฆ Attempting to improve installation on homebrew 0.9 (with regards to iconv). Isn't package management convenient?

    ๐Ÿ›  Fixed

    • Custom xpath functions with empty nodeset arguments cause a segfault. #634.
    • 0๏ธโƒฃ Nokogiri::XML::Node#css now works for XML documents with default namespaces when the rule contains attribute selector without namespace.
    • ๐Ÿ›  Fixed marshalling bugs around how arguments are passed to (and returned from) XSLT custom xpath functions. #640.
    • ๐Ÿ’Ž Nokogiri::XML::Reader#outer_xml is broken in JRuby #617
    • ๐Ÿ’Ž Nokogiri::XML::Attribute on JRuby returns a nil namespace #647
    • ๐Ÿ’Ž Nokogiri::XML::Node#namespace= cannot set a namespace without a prefix on JRuby #648
    • ๐Ÿ”’ (JRuby) 1.9 mode causes dead lock while running rake #571
    • ๐Ÿ‘ป HTML::Document#meta_encoding does not raise exception on docs with malformed content-type. #655
    • ๐Ÿ›  Fixing segfault related to unsupported encodings in in-context parsing on 1.8.7. #643
    • ๐Ÿ“œ (JRuby) Concurrency issue in XPath parsing. #682