History.txt in tartan-0.2.0 vs History.txt in tartan-0.2.1

- old
+ new

@@ -1,4 +1,36 @@ += 0.2.1 2007-06-13 (r208) +* removed class support from tables and added a general purpose attribute mechanism +* Generalized the output types so you can pass a list of output types instead of just one and the parser will try to use them in order. This was done to support Informl where dbhtml is used for specific cases but html is the default. +* added failing test HeadingInsideDiv +* Cleaned up wiki link rules to use terser regular expressions. Changed wikilink helper to not strip spaces since the parsing rules should now be doing it. +* Get "new" Markdown <div markdown="1"> markup to work such that stuff inside the div is parsed as Markdown text (normally it isn't). +* Fixed problem with rake where failing tests caused subsequent tests not to be run. +* Fixed wiki-link rules so that links with text followed by other links will keep to themselves. + += 0.2.0 2007-05-16 (r197) +* Added tests to check for paragraph behavior with initial spaces and updated wiki rules to behave correctly. +* Added tests for: combo test +* Allow white space on "blank" lines before bullet lists. +* Fixed bug where backquoted wikilinks weren't being place into the text verbatim. Added test from Informl. +* Created test files to allow testing of the interaction between markdown and wikilinks. +* removed :db cases +* Changes to the test framework to allow sub-classing to override what parser is used and where the source of the parsing comes from. In particular, used to allow the source to be the HTML instead of the wiki text for the db test cases. +* added Markdown test case for a break in a list which as sub bullets +* Added tests for tables in code blocks and code span mark-up. This required the addition of a new test file for rule interation. Fixed table definition to allow tests to pass. +* Added a test case for embedded bullet lists. +* Fixed problem with parser rules for Markdown. There was a stray subparse rule that was causing havoc. +* Fixed problems in links and list items starting with numbers and asterisks. +* Added test so check for more list problems in Markdown. +* Added tests to record cases found using the Informl wiki. +* Updated Rakefile to allow use when version number is not set correctly. +* Updated to use Hoe. +* Changed some 'require' structures to avoid multiple loads of files. +* Put Tartan parser into module based name space. Readme updated to cover changes. +* Strip out html scripts in the span context. +* Added select and option to the sets of span and block html tags. + +Fixed problem with multiple embedded bullet-lists. = 0.1.2 2007-01-22 (r181) * Refactored for "Tartan::" name space * Strip out html scripts in the span context. * Added select and option to the sets of span and block html tags. * Fixed problem with multiple embedded bullet-lists.