The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Parse::BBCode

0.12_004 Mon May 16 18:02:34 CEST 2011
New Feature: smiley processor

0.12_003 Mon May 16 13:16:46 CEST 2011
- New Feature: numbered lists [list=1][*]... [list=a]...
- New Features: url_finder, text_processor, linebreaks

0.12_002 Tue May 10 18:17:23 CEST 2011
- New Feature: pass your own information to the rendering subroutines. See
  render()

0.12_001 Mon May  9 20:08:05 CEST 2011
- New Feature: Parse::BBCode::Tag: new accessors 'num' and 'level',
  new method 'walk'

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