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