================================================================================
CHANGES for Text::TagTemplate
$Id: CHANGES,v 1.5 2002/06/01 15:14:42 matisse Exp $
================================================================================
Version 1.5
Matisse Enzer (that's me) takes over maintenance of module.
Tags can now be embedded inside other tags, e.g.
<#address city="<#city>" phone="<#phone type="<#work>">
--------------------------------------------------------------------------------
Version 1.4
More docs changes.
--------------------------------------------------------------------------------
Version 1.3
Renamed to Text::TagTemplate, revision history starts again on this file,
about ready to upload to CPAN.
--------------------------------------------------------------------------------
From the Text::SimpleTemplate days:
Version 1.25
Many documentation changes, hashes-for-hashrefs added, test harness added.
--------------------------------------------------------------------------------
Version 1.16
Template-searching all gone, HTML and URL escaping added, example app fixed,
seems good for release.
--------------------------------------------------------------------------------
Version 1.3
Added template-searching, documentation, example application, fixed a few bugs.
--------------------------------------------------------------------------------
Version 1.2
First usable OO version. Lacking some of the things it needs, but it works OK.
--------------------------------------------------------------------------------
Pre-Version 1.2
Was a library called SFI::Parser that was hacked up and sewn back together
again into an OO module.