VERSION 1.0.0 ============= 2006-09-06 Vincent Richard * fixed several problems with XML reserved chars which produced invalid XHTML output in some cases. * first stable release. VERSION 0.1.5 ============= 2004-10-18 Vincent Richard * fixed compilation issues with g++-3.4. * fixed bugs with unknown tags. * fixed bugs with [img] and [url] tags embedded into other [img] and [url] tags. * fixed issues with some URLs which produced invalid XHTML output. 2004-08-15 Vincent Richard * added attributes on simpleReplaceTag. VERSION 0.1.4 ============= 2004-02-05 Vincent Richard * bbcode.hpp/cpp: added a flag to tags to allow/forbid the transformation of inner tags into a tag (eg. for "[code]"). * test.cpp: added an example for a "rainbow" tag. VERSION 0.1.3 ============= 2004-01-28 Vincent Richard * test.cpp: added trimBlanks() function and calls to produce valid XHTML output even when there is new-line chars in the parameter or in the contents of some tags. VERSION 0.1.2 ============= 2004-01-21 Vincent Richard * Fixed some compilation bugs with old g++ versions. * test.cpp: added a custom tag handler for the "[img]" tag. 2004-01-20 Vincent Richard * magicLinkTransformer: URLs beginning with "www." are now recognized. * magicLinkTransformer: character "-" is now handled as valid in URLs. VERSION 0.1.1 ============= 2004-01-19 Vincent Richard * tagPool::add(): only one tag handler can be added for a given tag name. * memory is now freed in tagPool::~tagPool() and tagPool::remove(). 2004-01-16 Vincent Richard * added a "magicLinkTransformer" to allow automatic transformation of links ("http://......") to tags. VERSION 0.1.0 ============= 2004-01-15 Vincent Richard * First version released.