Revision history for Perl module Parse::BBCode

0.12 Sat May 7 22:50:28 CEST 2011
- Security: allow only http://... and /... links (some old and some strange (MSIE) browsers interpret javascr<tab>ipt:) - Change: [color]: allow uppercase hex colors, and allow only the 17 standard html colors
- New feature: supply info hash with information on tags outside the currently processed
- Change: In block tags the first and last linebreak is removed

0.11 Sun Sep 19 13:36:47 CEST 2010
- Security: change img tag to use "link" escape (filtering javascript:) - Added Parse::BBCode::Text
- Added AUBBC to compare.html and bench.pl

0.10 Mon Jun 14 19:34:12 CEST 2010
- Bugfix: memleak
https://rt.cpan.org/Ticket/Display.html?id=54815 - Feature: new option direct_attribute
https://rt.cpan.org/Ticket/Display.html?id=53353 - Partly Bugfix: ignoring line breaks at list start/end https://rt.cpan.org/Ticket/Display.html?id=55732

0.09 Thu May 21 13:41:03 CEST 2009
- Change: Leave tags unparsed where the escape function returns undef http://rt.cpan.org/Public/Bug/Display.html?id=43845 - Don't change parameter hash
http://rt.cpan.org/Public/Bug/Display.html?id=45718 - remove warning for []
- Bugfix: nested lists

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