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
intoNode::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
NodeSet
s with nullnodes
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="...">
.