Dropped YAML spec to 1.0
[Data-Peek.git] / ChangeLog
blobf0e6de66135c460edad3fc52e85bd78b047b05f3
1 2010-03-16 0.31 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3     * Dropped YAML spec to 1.0
5 2010-02-14 0.30 - H.Merijn Brand   <h.m.brand@xs4all.nl>
7     * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
8     * Put first hash element after opening lonely brace
9     * Upped copyright to 2010
10     * Use warn () instead of print STDERR
12 2009-11-09 0.29 - H.Merijn Brand   <h.m.brand@xs4all.nl>
14     * Use skip instead of skip_all for builds that have no DPeek ()
15     * Be more lenient towards the allocated space
17 2009-11-06 0.28 - H.Merijn Brand   <h.m.brand@xs4all.nl>
19     * DDump () now dumps the variable itself, instead of a copy (Zefram)
20     * Add DGrow ()
22 2009-06-03 0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>
24     * void context behaviour for DPeek ()
25     * void context behaviour for DDual ()
27 2009-06-03 0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>
29     * Upped copyright to 2009
30     * Corrected paren placement for bless (...)
31     * Documentation fixes
32     * Added Test::NoWarnings
33     * Added DDsort ()
35 2008-11-24 0.25 - H.Merijn Brand   <h.m.brand@xs4all.nl>
37     * Wrong e-mail in META.yml
38     * #34831 fixed tied $,
40 2008-10-31 0.24 - H.Merijn Brand   <h.m.brand@xs4all.nl>
42     * Implement DDisplay ()
43     * Implement triplevar ()
44     * Update ppport.h to 3.14_05 (mhx++)
45     * 5.6.x DDisplay ()'s UTF8 different
46     * make leaktest/leakcheck enabled and executed
48 2008-10-21 0.23 - H.Merijn Brand   <h.m.brand@xs4all.nl>
50     * Selecting to install DP did not install Data::Peek
52 2008-10-20 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
54     * Updated to ppport-3.14_01
55     * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
56     * DP.pm gets version from Peek.pm
57     * DP.pm should not be installed in Data namespace
59 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
61     * Typo in pod (Joshua Juran)
62     * MSwin doesn't use plain \n (RT#39916)
63     * Some MSWin (ActivePerl) and AIX builds do not have
64       Perl_sv_peek () exported (RT#39916)
66 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
68     * Renamed DDumper to Data::Peek
69     * Default argument for DPeek is $_
70     * Optionally install DP as shortcut for Data::Peek
71     * Public git repo set up
73 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
75     * Allocated length for PV's depends on arch (upped test to 8)
76     * Released on Amsterdam.pm
78 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
80     * Start writing tests for DDump ()
81     * Added DDual ()
83 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
85     * PerlIO is only available in 5.8 and up
86     * Perl 5.6 is a minimal requirement for 'use warnings'
87     * Tests for DPeek ()
88     * 5.8.0 did not export Perl_sv_catpvn ()
89     * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
90     * Tests for DDumper ()
91     * Doc changes
92     * In void context DDumper prints to STDERR
94 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
96     * Initial attempt