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