12011-10-15  Gisle Aas <gisle@ActiveState.com>
2
3   Release 1.21
4
5   Make dump($1) work when $1 was integer [RT#63883]
6
7   Dump floats without quoting
8
9
10
112011-10-02  Gisle Aas <gisle@ActiveState.com>
12
13   Release 1.20
14
15   Add depth() method to FilterContext
16
17   Make dump($1) work [RT#63883]
18
19   Limit our temp listen socket to localhost [RT#63534]
20
21
222010-10-19  Gisle Aas <gisle@ActiveState.com>
23
24   Release 1.19
25
26   Add skips to tests to make perl-5.8 happy
27
28
29
302010-10-18  Gisle Aas <gisle@ActiveState.com>
31
32   Release 1.18
33
34   Don't downgrade is_utf8-strings with MIME::Base64 [RT#60103]
35
36   Deal with the perl-5.13 (?^:...) regex construct [RT#61552]
37
38   croak on bad add_dump_filter argument
39
40
41
422010-06-12  Gisle Aas <gisle@ActiveState.com>
43
44   Release 1.17
45
46   Fix dump of "1\n" (the newline was lost) [RT#56595]
47
48   Start using the range operator to shorten list dumps.
49   For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.
50
51   CODE references now dumped as 'sub { ... }'.
52   Potetential compatibility issue as perl-5.12 or better
53   is needed to eval such strings.
54
55   Fix how multiline hash values are indented.
56
57   Make indentation configurable
58
59   Improved documentation
60
61
62
632010-06-09  Gisle Aas <gisle@ActiveState.com>
64
65   Release 1.16
66
67   Add support for filter callbacks
68      - filters can modify how selected objects are dumped
69
70   Various enhancements to how/when hash keys are quoted
71      - don't quote keywords
72      - don't quote words prefixed with "-"
73      - don't quote long identifier keys
74      - quote all hash keys if one needs quoting for better alignment
75
76   Use case-insensitive sorting for hash keys
77
78
79
802009-07-26  Gisle Aas <gisle@ActiveState.com>
81
82   Release 1.15
83
84   Fixed regexp that determines if hash keys are numeric [RT#48003]
85
86
87
882009-01-12  Gisle Aas <gisle@ActiveState.com>
89
90   Release 1.14
91
92   Data::Dump::Trace enhancements:
93      - trace() function
94      - prototypes
95
96
97
982009-01-02  Gisle Aas <gisle@ActiveState.com>
99
100   Release 1.13
101
102   Added the Data::Dump::Trace module
103
104
105
1062008-10-21  Gisle Aas <gisle@ActiveState.com>
107
108   Release 1.12
109
110   Documentation tweaks.
111
112
113
1142008-08-23  Gisle Aas <gisle@ActiveState.com>
115
116   Release 1.11
117
118   Documentation tweaks.
119
120
121
1222008-08-21  Gisle Aas <gisle@ActiveState.com>
123
124   Release 1.10
125
126   Add the functions quote(), dd() and ddx().
127
128   Fix segfault when duming large repeated strings [RT#33520]
129
130   Incorporated documentation improvements from Mark Stosberg
131
132   Apply Data-Dump-1.08-ANDK-01.patch from CPAN.  Might do some
133   good on older perls I guess.
134
135
136
1372006-11-29  Gisle Aas <gisle@ActiveState.com>
138
139   Release 1.08
140
141   By popular demand; don't put underscore into dumped integers
142   to group thousands.
143
144
145
1462006-11-24  Gisle Aas <gisle@ActiveState.com>
147
148   Release 1.07
149
150   Remove unused code.
151
152   Add some more tests.
153
154
155
1562004-11-12  Gisle Aas <gisle@ActiveState.com>
157
158   Release 1.06
159
160   Compatibility fix for bleadperl by David Dyck <david.dyck@fluke.com>.
161
162
163
1642004-11-11  Gisle Aas <gisle@ActiveState.com>
165
166   Release 1.05
167
168   Improved track scalar references; dump() ended up
169   recursing forever on some cyclic structures.
170
171   More tests.
172
173
174
1752004-11-05  Gisle Aas <gisle@ActiveState.com>
176
177   Release 1.04
178
179   Try to not be confused when dumping tied hashes or arrays.
180   <https://rt.cpan.org/Ticket/Display.html?id=6604>.
181
182
183
1842004-04-13  Gisle Aas <gisle@ActiveState.com>
185
186   Release 1.03
187
188   Dump strings with chars with ord > 255 using \x{...} escapes.
189
190
191
1922003-12-18  Gisle Aas <gisle@ActiveState.com>
193
194   Release 1.02
195
196   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
197
198
199
2002003-10-10  Gisle Aas <gisle@ActiveState.com>
201
202   Release 1.01
203
204   Improved formatting of Regexp objects.  Put top level modifiers in
205   the normal place and smart selection of separators.
206
207   Perl 5.6 or better required.
208
209
210
2112003-10-06  Gisle Aas <gisle@ActiveState.com>
212
213   Release 1.00
214
215   Support dumping of Regexp objects.
216
217   If all the keys of a hash looks numeric sort them accordingly.
218
219   Don't quote plain normalized integer keys.
220
221
2222000-09-11  Gisle Aas <gisle@ActiveState.com>
223
224   Release 0.04
225
226   Think harder about when to align hash values.
227
228   Compensate for the way references to references are stringified
229   in perl-5.7.0.
230   
231
232
2331999-08-05  Gisle Aas <gisle@aas.no>
234
235   Release 0.03
236
237   Fixed the generation of references to nested scalars.
238
239   Separate thousands with _ in large integers.
240
241   More tests.
242
243
244
2451999-05-27  Gisle Aas <gisle@aas.no>
246
247   Release 0.02
248
249   Don't die on data that we can't handle, like LVALUES.
250   We now produce a warning and return it as a '#LVALUE#' string.
251
252   Added parenthesis around bless argument.
253
254   
255
2561998-11-21  Gisle Aas <gisle@aas.no>
257
258   First revision; 0.01
259