-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
59 lines (39 loc) · 1.44 KB
/
Changes
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
51
52
53
54
55
56
57
58
59
Revision history for Perl module YAML::Tidy
v0.10.0 2024-02-01 15:19:24+01:00
- Ensure quotes are not removed from a scalar in a flow collection
if it contains things like '{'
v0.9.0 2024-01-18 21:45:25+01:00
- Add option --batch
- Add option --verbose
- Add yamltidy.pod
v0.8.0 2024-01-05 22:38:36+01:00
- Fix tidying unicode files
- Require YAML::LibYAML::API v0.14.0
- Allow seralizing reused anchors
- Change module versioning scheme
0.007 2022-08-06 00:09:43+02:00
- Improve scalar style tidying
- Also tidy scalar style in flow collections
- Fix adjacent values if key turns into plain
`{"key":23} --> {key: 23}`
0.006 2022-06-07 15:12:11+02:00
- Fix scalar style
0.005 2022-04-16 21:59:58+02:00
- Fix tarball (remove accidentally included etc/docker/perl5 directory)
0.004 2022-04-16 21:51:25+02:00
- Add option for indenting sequences in block mappings
- Add option for quoting (and use plain by default)
- Add option for adding or removing header/footer
0.003 2020-10-07 21:19:08+02:00
- Indent flow collections
- Fix --version option
- Remove trailing spaces also at the end of events
- Fix partial processing for scalars
- Trim trailing spaces in flow
0.002 2020-09-29 18:25:51+02:00
- Improve finding of node start and end
- Fix dependencies
- Add more tests
- Add more docs
0.001 2020-09-26 01:32:32+02:00
- First Release