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