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.23 [2006-01-17 08:28:25 -0600]
* Rewrote part of the [LIST] tag handling to support implicit list items.  It
  guesstimates that each line of text is a new list item.  WARNING: Using tags
  within an implicit list item (e.g. [URL] or [B]) will NOT work.
* Despite previous reports to the contrary, research shows that HTML 4.01 has
  absolutely no qualms about nesting block tags inside an <li>.  My bad.

Further thanks to Alex Teslik for his real-world use of this module, which has
helped shake out the entire 0.20 branch.

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 118 2006-01-17 14:37:23Z chronos $