Revision history for Org-To-HTML

0.08    2013-09-11 (SHARYANTO)

        - No functional changes. Add 'use experimental smartmatch' for Perl
          5.18+.


0.07    2012-03-22 (SHARYANTO)

        - No functional changes. Replace Sub::Spec::CmdLine with
          Perinci::CmdLine.


0.06    2011-08-11 (SHARYANTO)

        - No functional changes.

        [INCOMPATIBLE CHANGES]

        - Update to Org::Parser 0.18 (Org::Element::ShortExample becomes
          Org::Element::FixedWidthSection).


0.05    2011-08-02 (SHARYANTO)

        - No functional changes.

        [INCOMPATIBLE CHANGES]

        - Rename dist from Org-Export-HTML to Org-To-HTML; rename function
          export_org_to_html to org_to_html.


0.04    2011-06-16 (SHARYANTO)

        - No functional changes. Internal changes: split base class
          (Org::Export::Base) and role (Org::Export::Role) to allow for other
          exporter classes.


0.03    2011-05-25 (SHARYANTO)

        [ENHANCEMENTS]

        - Provide OO interface.


0.02    2011-05-23

        [ENHANCEMENTS]

        - Parse Org::Element::ShortExample.

        - Add CSS class to blocks.

        - Add options: naked, css_url.

        [BUG FIXES]

        - Encode HTML entities.

        [ETC]

        - Add tests.


0.01    2011-03-23 (SHARYANTO)

        - First release.