0f16e450607afcdf90b4d70314cc9ba2e056881b
[Data-Peek.git] / ChangeLog
blob0f16e450607afcdf90b4d70314cc9ba2e056881b
1 0.37    2012-04-16, H.Merijn Brand   <h.m.brand@xs4all.nl>
2     * Upped copyright to 2012
3     * Allow length for DHexDump ()
5 0.36    2011-09-07, H.Merijn Brand   <h.m.brand@xs4all.nl>
6     * NAME / DISTNAME in Makefile.PL
8 0.35    2011-09-07, H.Merijn Brand   <h.m.brand@xs4all.nl>
9     * More cross-checks for META data
11 0.34    2011-09-01, H.Merijn Brand   <h.m.brand@xs4all.nl>
12     * Tests require Test::More-0.88 or up (RT#70538)
13     * Tested on perl-5.14.1 and 5.15.1
15 0.33    2011-02-16, H.Merijn Brand   <h.m.brand@xs4all.nl>
16     * Added DTidy (): stream DDumper output through Perl::Tidy
17     * Upped copyright to 2011
19 0.32    2010-11-21, H.Merijn Brand   <h.m.brand@xs4all.nl>
20     * Require perl 5.8.0
21     * DGrow tests for bigger gap
22     * Spell checking
23     * Add DHexDump ()
25 0.31    2010-03-16, H.Merijn Brand   <h.m.brand@xs4all.nl>
26     * Dropped YAML spec to 1.0
28 0.30    2010-02-14, H.Merijn Brand   <h.m.brand@xs4all.nl>
29     * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
30     * Put first hash element after opening lonely brace
31     * Upped copyright to 2010
32     * Use warn () instead of print STDERR
34 0.29    2009-11-09, H.Merijn Brand   <h.m.brand@xs4all.nl>
35     * Use skip instead of skip_all for builds that have no DPeek ()
36     * Be more lenient towards the allocated space
38 0.28    2009-11-06, H.Merijn Brand   <h.m.brand@xs4all.nl>
39     * DDump () now dumps the variable itself, instead of a copy (Zefram)
40     * Add DGrow ()
42 0.27    2009-06-03, H.Merijn Brand   <h.m.brand@xs4all.nl>
43     * void context behaviour for DPeek ()
44     * void context behaviour for DDual ()
46 0.26    2009-06-03, H.Merijn Brand   <h.m.brand@xs4all.nl>
47     * Upped copyright to 2009
48     * Corrected paren placement for bless (...)
49     * Documentation fixes
50     * Added Test::NoWarnings
51     * Added DDsort ()
53 0.25    2008-11-24, H.Merijn Brand   <h.m.brand@xs4all.nl>
54     * Wrong e-mail in META.yml
55     * #34831 fixed tied $,
57 0.24    2008-10-31, H.Merijn Brand   <h.m.brand@xs4all.nl>
58     * Implement DDisplay ()
59     * Implement triplevar ()
60     * Update ppport.h to 3.14_05 (mhx++)
61     * 5.6.x DDisplay ()'s UTF8 different
62     * make leaktest/leakcheck enabled and executed
64 0.23    2008-10-21, H.Merijn Brand   <h.m.brand@xs4all.nl>
65     * Selecting to install DP did not install Data::Peek
67 0.22    2008-10-20, H.Merijn Brand   <h.m.brand@xs4all.nl>
68     * Updated to ppport-3.14_01
69     * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
70     * DP.pm gets version from Peek.pm
71     * DP.pm should not be installed in Data namespace
73 0.21    2008-10-13, H.Merijn Brand   <h.m.brand@xs4all.nl>
74     * Typo in pod (Joshua Juran)
75     * MSwin doesn't use plain \n (RT#39916)
76     * Some MSWin (ActivePerl) and AIX builds do not have
77       Perl_sv_peek () exported (RT#39916)
79 0.20    2008-10-08, 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 0.16    2008-10-07, 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 0.15    2008-09-26, H.Merijn Brand   <h.m.brand@xs4all.nl>
90     * Start writing tests for DDump ()
91     * Added DDual ()
93 0.11    2008-09-25, H.Merijn Brand   <h.m.brand@xs4all.nl>
94     * PerlIO is only available in 5.8 and up
95     * Perl 5.6 is a minimal requirement for 'use warnings'
96     * Tests for DPeek ()
97     * 5.8.0 did not export Perl_sv_catpvn ()
98     * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
99     * Tests for DDumper ()
100     * Doc changes
101     * In void context DDumper prints to STDERR
103 0.10    2008-09-24, H.Merijn Brand   <h.m.brand@xs4all.nl>
104     * Initial attempt