All Versions
94
Latest Version
Avg Release Cycle
54 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v1.9.4 Changes
March 24, 2013๐ Fixed
- ๐ SAX tolerant mode handle multiple elements in a document better.
-
v1.9.3 Changes
March 22, 2013๐ Fixed
๐ mcarpenter fixed a compile problem with Cygwin.
Now more tolerant when the :effort is set to :tolerant. Ox will let all sorts of errors typical in HTML documents pass. The result may not be perfect but at least parsed results are returned.
- Attribute values need not be quoted or they can be quoted with single quotes or there can be no =value are all.
- Elements not terminated will be terminated by the next element termination. This effect goes up until a match is found on the element name.
๐ SAX parser also given a :tolerant option with the same tolerance as the string parser.
-
v1.9.2 Changes
๐ Fixed
- ๐ Fixed bug in the sax element name check that cause a memory write error.
-
v1.9.1 Changes
February 27, 2013๐ Fixed
- ๐ Fixed the line numbers to be the start of the elements in the sax parser.
-
v1.9.0 Changes
February 25, 2013๐ Fixed
โ Added a new feature to Ox::Element.locate() that allows filtering by node Class.
โ Added feature to the Sax parser. If @line is defined in the handler it is set to the line number of the xml file before making callbacks. The same goes for @column but it is updated with the column.
-
v1.8.9 Changes
February 21, 2013๐ Fixed
- ๐ Fixed bug in element start and end name checking.
-
v1.8.8 Changes
February 17, 2013๐ Fixed
- ๐ Fixed bug in check for open and close element names matching.
-
v1.8.6 Changes
๐ Fixed
- โ Removed broken check for matching start and end element names in SAX mode. The names are still included in the handler callbacks so the user can perform the check is desired.
-
v1.8.5 Changes
๐ Fixed
- โ added encoding support for JRuby where possible when in 1.9 mode.
-
v1.8.4 Changes
January 25, 2013๐ Fixed
- ๐ Applied patch by mcarpenter to fix solaris issues with build and remaining undefined @nodes.