Revision history for Perl module Parse::BBCode
0.08 Sun Mar 8 23:05:45 CET 2009
- Bugfix: two url tags following each other remained the
second one unparsed
- New feature: Access to attributes like [img=url align=left]
through %{align}attr
0.07 Thu Feb 19 12:03:23 CET 2009
- Bugfix: Missing dependency declaration
http://rt.cpan.org/Public/Bug/Display.html?id=43365
- Bugfix: Case insensitive for closing tags
http://rt.cpan.org/Public/Bug/Display.html?id=42781
- Bugfix: Syntax error in output-HTML
http://rt.cpan.org/Public/Bug/Display.html?id=42780
- Bugfix: Test::NoWarnings removed in test
0.06 Sun Jun 29 21:49:13 CEST 2008
- New Feature: Added single-tags like [hr], like Viacheslav Tikhanovskii suggested
- New Feature: Added url-class for tags
0.05 Mon Jun 2 19:58:26 CEST 2008
- Fixed test
- Changed plaintext subroutine calling arguments
0.04 Sun May 18 19:32:11 CEST 2008
- Several bugfixes, some syntax changes, added escapes
0.03 Mon May 5 21:50:39 CEST 2008
- Initial Version