Nokogiri v1.5.7 Release Notes

Release Date: 2013-03-18 // about 11 years ago
  • โž• Added

    • ๐Ÿ Windows support for Ruby 2.0.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ SAX::Parser.parse_io throw an error when used with lower case encoding. #828
    • โœ… (JRuby) Java Nokogiri is finally green (passes all tests) under 1.8 and 1.9 mode. High five everyone. #798, #705
    • ๐Ÿ“œ (JRuby) Nokogiri::XML::Reader broken (as a pull parser) on jruby - reads the whole XML document. #831
    • ๐Ÿ“œ (JRuby) JRuby hangs parsing "&". #837
    • ๐Ÿ“œ (JRuby) JRuby NPE parsing an invalid XML instruction. #838
    • ๐Ÿ’Ž (JRuby) Node#content= incompatibility. #839
    • ๐Ÿ–จ (JRuby) to_xhtml doesn't print the last slash for self-closing tags in JRuby. #834
    • ๐Ÿ’Ž (JRuby) Adding an EntityReference after a Text node mangles the entity in JRuby. #835
    • ๐Ÿ’Ž (JRuby) JRuby version inconsistency: nil for empty attributes. #818
    • CSS queries for classes (e.g., ".foo") now treat all whitespace identically. #854
    • ๐Ÿ’Ž Namespace behavior cleaned up and made consistent between JRuby and MRI. #846, #801 (Thanks, Michael Klein!)
    • ๐Ÿ“œ (MRI) SAX parser handles empty processing instructions. #845