Change Log

Version 3.2.3 (2017-01-13)

Version 3.2.2 (2013-06-01

Version 3.2.1 (2013-05-30)

Version 3.2.0 (2013-02-23)

Version 3.1.0

Version 3.0.0

Version 2.2.0

Version 2.1.2

Version 2.1.1

Version 2.1.0

Version 2.0.0

Version 1.2.4

Version 1.2.3

The attributes in the <?xml … ?> instruction will be ordered: version, encoding, standalone.

Version 1.2.2

Another fix for BlankSlate. The Kernal/Object traps added in 1.2.1 failed when a method was defined late more than once. Since the method was already marked as removed, another attempt to undefine it raised an error. The fix was to check the list of instance methods before attempting the undef operation. Thanks to Florian Gross and David Heinemeier Hansson for the patch.

Version 1.2.1

BlankSlate now traps method definitions in Kernel and Object to avoid late method definitions inadvertently becoming part of the definition of BlankSlate as well.

Version 1.2.0

Improved support for entity declarations by allowing nested declarations and removal of the attribute processing.

Added namespace support.

Version 1.1.0

Added support for comments, entity declarations and processing instructions.

Version 1.0.0

Removed use of instace_eval making the use of XmlMarkup much less prone to error.

Version 0.1.1

Bug fix.

Version 0.1.0

Initial version release.