summaryrefslogtreecommitdiff
path: root/Changes
blob: 0a6e37ed9961fa71fcd2b60d2742d1ad2c33aaf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Revision history for Data-Dumper-Compact

0.006000 - 2022-09-24
  - Handle recursive data structures with $_ deref in perl and JSON Reference

0.005002 - 2020-06-07
  - Fix JSON::Dumper::Compact

0.005001 - 2020-05-25
  - Fixup to use Mu::Tiny everywhere and require working version of Mu::Tiny

0.005000 - 2020-05-20
  - Switch to Mu::Tiny for a shallower dep tree

0.004001 - 2019-09-15
  - Regexp fixup to avoid a deprecation warning

0.004000 - 2019-05-29
  - Add tweak feature to DwarnT

0.003003 - 2019-05-29
  - Add versions to everything so people can depend on them
  - Don't barf on empty array/hash refs

0.003002 - 2019-05-16
  - Doc improvements for JSON::Dumper::Compact

0.003001 - 2019-05-16
  - Bugfix: actually export the right subroutine name

0.003000 - 2019-05-16
  - JSON dumping and rehydrating support

0.002003 - 2019-05-15
  - Render blessed hashrefs and arrayrefs using DDC logic

0.002002 - 2019-05-10
  - Collapse single key/value in list/array correctly

0.002001 - 2019-05-09
  - Fix stupid documentation error

0.002000 - 2019-05-09
  - Add Devel::DDCWarn in the style of Devel::Dwarn

0.001001 - 2019-05-09
  - Remove subref test because B::Deparse output varies between perl versions

0.001000 - 2019-05-09
  - initial release