Release 2.020
[p5sagit/Data-Dumper-Concise.git] / Changes
1 2.020 Jan 20 2011
2   - Add DumperObject for getting at the underlying obj
3   - create DwarnF for formatting Dumper'd output
4   - Create Ddie for die'ing output
5
6 2.012 Aug 31 2010
7   - Make DwarnN test still work if Devel::ArgNames isn't installed
8
9 2.011 Aug 30 2010
10   - add $DwarnN export
11   - make Devel::ArgNames an optional dep
12
13 2.010 Jul 29 2010
14   - add $Dwarn export
15
16 2.001 Jul 23 2010
17   - add documentation for DwarnN
18
19 2.000 Jul 22  2010
20   - remove Dumper() returning object
21   - add DwarnN
22   - add DwarnL
23   - make Dwarn contextual
24   - document ::Dwarn idiom
25
26 1.200 Feb 13 2010
27   - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
28
29 1.100 Dec 10 2009
30   - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
31     helper functions
32   - add Devel::Dwarn as a more concise alias for ::Sugar
33
34 1.002 Nov 22 2009
35   - open up non-ref and multiple arguments since I've not seen any other
36     viable use for the additional syntax
37
38 1.001 Oct 5 2009
39   - more explanation of purpose, limitations and alternatives in the POD
40
41 1.000 Oct 3 2009
42   - Dumper() returns concise Data::Dumper object
43   - Dumper($ref) returns concisely dumped ref
44   - anything else die()s