All Versions
94
Latest Version
Avg Release Cycle
54 days
Latest Release
-

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.