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