This file documents the revision history for Perl extension Text::Markdown.

1.0.31 2010-03-20T23:06:04

1.0.30 2010-01-18T12:19:49

1.0.29 2009-10-28T15:19:26

1.0.28 2009-10-27T14:28:12

1.0.27 2009-10-25T19:13:47

1.0.26 2009-10-04T00:37:00

1.0.25 2009-08-25T09:31:30

1.0.24 2008-11-16T14:33:30

1.0.23 2008-11-02T18:24:30

1.0.22 2008-10-23T18:24:44

1.0.21 2008-07-24T08:33:00

1.0.20 2008-07-11T23:30:00

1.0.19 2008-04-22T18:34:00

1.0.18 2008-04-20T18:54:50

1.0.17 2008-03-17T01:54:00

          If you were using Text::Markdown previously, but relying on an 
          implicit MultiMarkdown feature, this could be a breaking change.
        
          Detailed description of any possible user visible changes below:
          
          - Text::Markdown will no longer supports the additional attribute 
            specification for images and links feature, which was not in 
            original Markdown, but were previously supported after
            the code merge of Text::Markdown and Text::MultiMarkdown.
 
            If you are relying on this features, it is recommended that you 
            use Text::MultiMarkdown (configured as you prefer), as this is 
            not a supported feature in the original Markdown.
 
          - Text::MultiMarkdown has changed the order of attributes in image 
            tags, the id attribute is moved from the first to the last 
            attribute (barring user supplied attributes). An example of the 
            expected change is included below:
 
            Old output:  <img id="image" src="http://path.to/image" alt="image" title="Image title" width="40px" height="400px" />
 
            New output: <img src="http://path.to/image" alt="image" title="Image title" id="image" width="40px" height="400px" />
          
            This is due to the code re-organisation, moving the id attribute 
            around shouldn't affect anything that isn't relying on the 
            attribute ordering (which is meant to be unimportant in HTML), and 
            allows for simplification of the unified code.

1.0.16 2008-02-25T14:24:00

1.0.15 2008-02-23T11:13:07

1.0.14 2008-02-21T22:41:33

1.0.13 2008-02-19T23:54:33

1.0.12 2008-02-18T22:00:00

1.0.11 2008-01-24T00:12:00

1.0.10 2008-01-23T15:40:00

1.0.9 2008-01-22T20:28:00

1.0.8 2008-01-22T19:20:00

1.0.7 2008-01-07T16:31:00

1.0.6 2008-01-06T13:36:00

1.0.5 2008-01-04T18:07:57

1.0.4 2008-01-02T02:03:50

1.0.3 2007-11-24T20:22:00

1.0.2 2007-11-24T14:00:00

1.0.1 2006-10-20T00:00:00

1.0.0 2006-08-22T00:00:00