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