-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
104 lines (60 loc) · 2.94 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
================================================================================
CHANGES for Text::TagTemplate
$Id: CHANGES,v 1.12 2006/07/15 20:13:02 matisse Exp $
================================================================================
Version 1.83
Switched to using Carp::cluck() and Carp::confess() instead of
warn() and die().
Removed unneeded test.pl file.
--------------------------------------------------------------------------------
Version 1.82
Added ability to set the regular expression used to find tags.
--------------------------------------------------------------------------------
Version 1.81
Supressed warnings when replacement string empty.
--------------------------------------------------------------------------------
Version 1.8
Minor tweak to how I handle the case where the replacement value for the tag
is empty. The previous method had a bug where replacement values of 0 (zero)
got removed.
--------------------------------------------------------------------------------
Version 1.7
Changed version number to 1.7 because CPAN doesn't handle
'dot releases' properly. This version is idential to 1.6.1
--------------------------------------------------------------------------------
Version 1.6.1
Fixed bug in parse() where attribute values containing the = character
were not handled properly in embedded tags. So
<#MYTAG SETTING="<#OTHERTAG FOO="3x4=12">">
was is now handled properly.
Added META.yml file.
--------------------------------------------------------------------------------
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.