12010-06-12  Gisle Aas <gisle@ActiveState.com>
2
3   Release 1.17
4
5   Fix dump of "1\n" (the newline was lost) [RT#56595]
6
7   Start using the range operator to shorten list dumps.
8   For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.
9
10   CODE references now dumped as 'sub { ... }'.
11   Potetential compatibility issue as perl-5.12 or better
12   to eval such strings.
13
14   Fix how multiline hash values are indented.
15
16   Make indentation configurable
17
18   Improved documentation
19
20
21
222010-06-09  Gisle Aas <gisle@ActiveState.com>
23
24   Release 1.16
25
26   Add support for filter callbacks
27      - filters can modify how selected objects are dumped
28
29   Various enhancements to how/when hash keys are quoted
30      - don't quote keywords
31      - don't quote words prefixed with "-"
32      - don't quote long identifier keys
33      - quote all hash keys if one needs quoting for better alignment
34
35   Use case-insensitive sorting for hash keys
36
37
38
392009-07-26  Gisle Aas <gisle@ActiveState.com>
40
41   Release 1.15
42
43   Fixed regexp that determines if hash keys are numeric [RT#48003]
44
45
46
472009-01-12  Gisle Aas <gisle@ActiveState.com>
48
49   Release 1.14
50
51   Data::Dump::Trace enhancements:
52      - trace() function
53      - prototypes
54
55
56
572009-01-02  Gisle Aas <gisle@ActiveState.com>
58
59   Release 1.13
60
61   Added the Data::Dump::Trace module
62
63
64
652008-10-21  Gisle Aas <gisle@ActiveState.com>
66
67   Release 1.12
68
69   Documentation tweaks.
70
71
72
732008-08-23  Gisle Aas <gisle@ActiveState.com>
74
75   Release 1.11
76
77   Documentation tweaks.
78
79
80
812008-08-21  Gisle Aas <gisle@ActiveState.com>
82
83   Release 1.10
84
85   Add the functions quote(), dd() and ddx().
86
87   Fix segfault when duming large repeated strings [RT#33520]
88
89   Incorporated documentation improvements from Mark Stosberg
90
91   Apply Data-Dump-1.08-ANDK-01.patch from CPAN.  Might do some
92   good on older perls I guess.
93
94
95
962006-11-29  Gisle Aas <gisle@ActiveState.com>
97
98   Release 1.08
99
100   By popular demand; don't put underscore into dumped integers
101   to group thousands.
102
103
104
1052006-11-24  Gisle Aas <gisle@ActiveState.com>
106
107   Release 1.07
108
109   Remove unused code.
110
111   Add some more tests.
112
113
114
1152004-11-12  Gisle Aas <gisle@ActiveState.com>
116
117   Release 1.06
118
119   Compatibility fix for bleadperl by David Dyck <david.dyck@fluke.com>.
120
121
122
1232004-11-11  Gisle Aas <gisle@ActiveState.com>
124
125   Release 1.05
126
127   Improved track scalar references; dump() ended up
128   recursing forever on some cyclic structures.
129
130   More tests.
131
132
133
1342004-11-05  Gisle Aas <gisle@ActiveState.com>
135
136   Release 1.04
137
138   Try to not be confused when dumping tied hashes or arrays.
139   <https://rt.cpan.org/Ticket/Display.html?id=6604>.
140
141
142
1432004-04-13  Gisle Aas <gisle@ActiveState.com>
144
145   Release 1.03
146
147   Dump strings with chars with ord > 255 using \x{...} escapes.
148
149
150
1512003-12-18  Gisle Aas <gisle@ActiveState.com>
152
153   Release 1.02
154
155   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
156
157
158
1592003-10-10  Gisle Aas <gisle@ActiveState.com>
160
161   Release 1.01
162
163   Improved formatting of Regexp objects.  Put top level modifiers in
164   the normal place and smart selection of separators.
165
166   Perl 5.6 or better required.
167
168
169
1702003-10-06  Gisle Aas <gisle@ActiveState.com>
171
172   Release 1.00
173
174   Support dumping of Regexp objects.
175
176   If all the keys of a hash looks numeric sort them accordingly.
177
178   Don't quote plain normalized integer keys.
179
180
1812000-09-11  Gisle Aas <gisle@ActiveState.com>
182
183   Release 0.04
184
185   Think harder about when to align hash values.
186
187   Compensate for the way references to references are stringified
188   in perl-5.7.0.
189   
190
191
1921999-08-05  Gisle Aas <gisle@aas.no>
193
194   Release 0.03
195
196   Fixed the generation of references to nested scalars.
197
198   Separate thousands with _ in large integers.
199
200   More tests.
201
202
203
2041999-05-27  Gisle Aas <gisle@aas.no>
205
206   Release 0.02
207
208   Don't die on data that we can't handle, like LVALUES.
209   We now produce a warning and return it as a '#LVALUE#' string.
210
211   Added parenthesis around bless argument.
212
213   
214
2151998-11-21  Gisle Aas <gisle@aas.no>
216
217   First revision; 0.01
218