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