The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for BBCode::Parser.

A more detailed revision history is available via Subversion checkout.
Browse <URL:svn://chronos-tachyon.net/projects/BBCode-Parser> for a complete
history of the project.

0.22 [2006-01-10 10:28:46 -0600]
* Added a tweak that allows nesting block tags within list items.  Technically
  not valid HTML, but users expect it.  At some point, I might replace <pre>
  with <span> and some CSS...

0.21 [2006-01-09 09:47:13 -0600]
* Added two new named colors: darkred and darkblue.
* Fixed a glitch that depends on Perl's interaction between $1/$2 and subs.
* Fixed a non-intuitive parser quirk that made e.g. links to CGI scripts
  "break" (i.e. need quoting/backslashes when it wasn't strictly necessary).

Thanks go to Alex Teslik <alex (AT) acatysmoof.com> for the bug report that
led to this release.

0.20 [2005-08-27 06:00:11 -0500]
* Re-designed a lot of internals
* Added $parser->clone() and BBCode::Parser->DEFAULT()
* Added the beginnings of support for application-defined BBCode tags;
  See tagUserDefined in BBCode::Util.
  NOTE: The API for this feature will almost certainly change!

0.02 - Never released (should have been forked from r85 on the SVN trunk)
* Documentation fixes

0.01 [2005-08-22 13:22:43 -0500]
* Initial release

$Id: Changes 116 2006-01-10 16:41:53Z chronos $