History.txt in rdfa_parser-0.1.2 vs History.txt in rdfa_parser-0.1.3

- old
+ new

@@ -1,12 +1,20 @@ -=== 0.1.2 2009-11-04 -* First gem release, all XHTML1 approved test cases pass at http://rdfa.digitalbazaar.com/test-suite/ +=== 0.1.3 +* Added rdfa-test-suite as sub-module and refactored RDFa tests to use them. +* Fix but in white-space separated attributes +* Downcase XHTML reserved words +* Check complete xmlns prefix for validity -=== 0.1.2 2009-10-27 +=== 0.1.2 * Move most test-case logic into rdfa_helper. * Separate approved and unreviewed tests. * Allow for soft failure of unreviewed tests by catching Spec::Expectations::ExpectationNotMetError. * Integrate rdfa-test-suite and create test cases in the same manner. (Causing SPARQL problems with XMLLiterals) + +=== 0.1.1 2009-10-25 +* Added VERSION constant by reading VERSION file from gem root. +* Fix [] parsing to not return a resource (TC 0121 and 0122). +* Improve test-case manifest file parsing to extract expectedResults and use in matchers. === 0.1.0 2009-10-17 * First gem release, all XHTML1 approved test cases pass at http://rdfa.digitalbazaar.com/test-suite/ === 0.0.5 2009-10-17