Added :tidy, stream DDumper output through Perl::Tidy
[Data-Peek.git] / ChangeLog
blobcb0e2dbecf4d8bccbdf50a7586cbca5aa6e70205
1 2011-02-15 0.33 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3     * Added :tidy, stream DDumper output through Perl::Tidy
5 2010-11-21 0.32 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7     * Require perl 5.8.0
8     * DGrow tests for bigger gap
9     * Spell checking
10     * Add DHexDump ()
12 2010-03-16 0.31 - H.Merijn Brand   <h.m.brand@xs4all.nl>
14     * Dropped YAML spec to 1.0
16 2010-02-14 0.30 - H.Merijn Brand   <h.m.brand@xs4all.nl>
18     * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
19     * Put first hash element after opening lonely brace
20     * Upped copyright to 2010
21     * Use warn () instead of print STDERR
23 2009-11-09 0.29 - H.Merijn Brand   <h.m.brand@xs4all.nl>
25     * Use skip instead of skip_all for builds that have no DPeek ()
26     * Be more lenient towards the allocated space
28 2009-11-06 0.28 - H.Merijn Brand   <h.m.brand@xs4all.nl>
30     * DDump () now dumps the variable itself, instead of a copy (Zefram)
31     * Add DGrow ()
33 2009-06-03 0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>
35     * void context behaviour for DPeek ()
36     * void context behaviour for DDual ()
38 2009-06-03 0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>
40     * Upped copyright to 2009
41     * Corrected paren placement for bless (...)
42     * Documentation fixes
43     * Added Test::NoWarnings
44     * Added DDsort ()
46 2008-11-24 0.25 - H.Merijn Brand   <h.m.brand@xs4all.nl>
48     * Wrong e-mail in META.yml
49     * #34831 fixed tied $,
51 2008-10-31 0.24 - H.Merijn Brand   <h.m.brand@xs4all.nl>
53     * Implement DDisplay ()
54     * Implement triplevar ()
55     * Update ppport.h to 3.14_05 (mhx++)
56     * 5.6.x DDisplay ()'s UTF8 different
57     * make leaktest/leakcheck enabled and executed
59 2008-10-21 0.23 - H.Merijn Brand   <h.m.brand@xs4all.nl>
61     * Selecting to install DP did not install Data::Peek
63 2008-10-20 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
65     * Updated to ppport-3.14_01
66     * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
67     * DP.pm gets version from Peek.pm
68     * DP.pm should not be installed in Data namespace
70 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
72     * Typo in pod (Joshua Juran)
73     * MSwin doesn't use plain \n (RT#39916)
74     * Some MSWin (ActivePerl) and AIX builds do not have
75       Perl_sv_peek () exported (RT#39916)
77 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
79     * Renamed DDumper to Data::Peek
80     * Default argument for DPeek is $_
81     * Optionally install DP as shortcut for Data::Peek
82     * Public git repo set up
84 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
86     * Allocated length for PV's depends on arch (upped test to 8)
87     * Released on Amsterdam.pm
89 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
91     * Start writing tests for DDump ()
92     * Added DDual ()
94 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
96     * PerlIO is only available in 5.8 and up
97     * Perl 5.6 is a minimal requirement for 'use warnings'
98     * Tests for DPeek ()
99     * 5.8.0 did not export Perl_sv_catpvn ()
100     * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
101     * Tests for DDumper ()
102     * Doc changes
103     * In void context DDumper prints to STDERR
105 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
107     * Initial attempt