Skip to content

Commit

Permalink
Timestamp v0.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Sep 10, 2023
1 parent 48b2da6 commit 4b92ab6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension Text-Markup.

0.30
0.30 2023-09-10T16:42:18Z
- Removed very old custom paths to `docutils` (reST) and `asciidoc`
binaries on Windows. Users must ensure that the proper commands are
in the PATH, instead.
Expand Down Expand Up @@ -37,16 +37,16 @@ Revision history for Perl extension Text-Markup.
- Added `use warnings;` to all modules, thanks to a patch from John SJ
Anderson (#22).
- Added support for a `--raw` option to the markup modules for which it
makes sense. This option allows markup to be output without wrapping it
in a minimal HTML skeleton. Thanks to John SJ Anderson for the patch
(#2, #24)!
makes sense. This option allows markup to be output without wrapping
it in a minimal HTML skeleton. Thanks to John SJ Anderson for the
patch (#2, #24)!
- Ported reST to Python 3. Thanks to gregor herrmann for the PR (#26).

0.23 2015-05-21T06:23:35Z
- Added BBcode and Creole to the module description.
- Fixed a failing test for the Mediawiki format due to a change in CGI
v4.14. This reverses the workaround required by CGI 4.11, introduced in
v0.20. Not that you care. It's just a test change.
v4.14. This reverses the workaround required by CGI 4.11, introduced
in v0.20. Not that you care. It's just a test change.
- Updated the Pod parser to determine the indentation of verbatim blocks
by the line with the shortest leading whitespace, rather than the
whitespace of just the first line. Inspired by an equivalent approach
Expand Down Expand Up @@ -82,8 +82,8 @@ Revision history for Perl extension Text-Markup.
0.16 2012-02-13T17:23:00Z
- Rest support now uses its own implementation of `rst2html` so that it
can render specialized reST documents, such as Sphinx files, in a more
forgiving way: it preserves the content of unknown directives while not
emulating specialized rendering. Written by Daniele Varrazzo.
forgiving way: it preserves the content of unknown directives while
not emulating specialized rendering. Written by Daniele Varrazzo.
- Improved handling of Sphinx directives in Rest output. Most directives
are stripped out, although `function` directives now turn out much
nicer. Props to Daniele Varrazzo for the work on the Rest parser.
Expand All @@ -106,8 +106,8 @@ Revision history for Perl extension Text-Markup.
0.12 2011-04-04T23:16:12
- Documented that the `file` parameter to `parse()` is required.
- Added MultiMarkdown support.
- Fixed test failure in `t/formats.t` when no supported markup parser is
installed.
- Fixed test failure in `t/formats.t` when no supported markup parser
is installed.

0.11 2011-02-22T22:41:15
- Added list of supported markups to the README.
Expand Down

0 comments on commit 4b92ab6

Please sign in to comment.