All Versions
94
Latest Version
Avg Release Cycle
54 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v1.8.3 Changes
January 24, 2013๐ Fixed
- ๐ Sax parser now honors encoding specification in the xml prolog correctly.
-
v1.8.2 Changes
January 18, 2013๐ Fixed
๐ป Ox::Element.locate no longer raises and exception if there are no child nodes.
Dumping an XML document no longer puts a carriage return after processing instructions.
-
v1.8.1 Changes
๐ Fixed
๐ Fixed bug that caused a crash when an invalid xml with two elements and no <?xml?> was parsed. (issue #28)
๐ Modified the SAX parser to not strip white space from the start of string content.
-
v1.8.0 Changes
๐ Fixed
- โ Added more complete support for processing instructions in both the generic parser and in the sax parser. This change includes and additional sax handler callback for the end of the instruction processing.
-
v1.7.1 Changes
๐ Fixed
๐ Pulled in sharpyfox's changes to make Ox with with Windows. (issue #24)
๐ Fixed bug that ignored white space only text elements. (issue #26)
-
v1.7.0 Changes
November 27, 2012๐ Fixed
- โ Added support for BOM in the SAX parser.
-
v1.6.9 Changes
November 25, 2012๐ Fixed
- โ Added support for BOM. They are honored for and handled correctly for UTF-8. Others cause encoding issues with Ruby or raise an error as others are not ASCII compatible..
-
v1.6.8 Changes
November 18, 2012๐ Fixed
- ๐ Changed extconf.rb to use RUBY_PLATFORM.
-
v1.6.7 Changes
November 15, 2012๐ Fixed
- 0๏ธโฃ Now uses the encoding of the imput XML as the default encoding for the parsed output if the default options encoding is not set and the encoding is not set in the XML file prolog.
-
v1.6.5 Changes
October 25, 2012๐ Fixed
- ๐ Special character handling now supports UCS-2 and UCS-4 Unicode characters as well as UTF-8 characters.