Use Trailingcomma option when available (RT#114609)
[p5sagit/Data-Dumper-Concise.git] / Changes
CommitLineData
490d8db8 1Revision history for Data-Dumper-Concise
2
679fe9d0 3 - convert distribution from Module::Install to Distar; fixes RT#120856
91bfd161 4 - every module has a $VERSION now (RT#116427)
4aab3605 5 - add support for Trailingcomma option (RT#114609, Aaron Crane)
679fe9d0 6
490d8db8 72.022 Mar 21 2014
8 - Fix repo metadata
9
0d511978 102.021 Dec 31 2013
11 - Make Dwarn output all arguments even in scalar context
12 (retun val is still the same though)
13
f717f593 142.020 Jan 20 2011
7bbc3007 15 - Add DumperObject for getting at the underlying obj
92264889 16 - create DwarnF for formatting Dumper'd output
2566c738 17 - Create Ddie for die'ing output
92264889 18
452e7ff2 192.012 Aug 31 2010
20 - Make DwarnN test still work if Devel::ArgNames isn't installed
21
bef8cf5e 222.011 Aug 30 2010
23 - add $DwarnN export
24 - make Devel::ArgNames an optional dep
25
c8b31788 262.010 Jul 29 2010
27 - add $Dwarn export
28
9469b5b0 292.001 Jul 23 2010
30 - add documentation for DwarnN
31
322.000 Jul 22 2010
39d55feb 33 - remove Dumper() returning object
0deeb75f 34 - add DwarnN
69d8b422 35 - add DwarnL
36 - make Dwarn contextual
37 - document ::Dwarn idiom
38
9e8a5bca 391.200 Feb 13 2010
2570b7be 40 - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
41
7e7c5754 421.100 Dec 10 2009
42f8d5be 43 - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
44 helper functions
45 - add Devel::Dwarn as a more concise alias for ::Sugar
46
e946236e 471.002 Nov 22 2009
48 - open up non-ref and multiple arguments since I've not seen any other
49 viable use for the additional syntax
50
3d4be272 511.001 Oct 5 2009
73939723 52 - more explanation of purpose, limitations and alternatives in the POD
53
6d2a9a35 541.000 Oct 3 2009
55 - Dumper() returns concise Data::Dumper object
56 - Dumper($ref) returns concisely dumped ref
57 - anything else die()s