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