File perl-YAML-Tidy.changes of Package perl-YAML-Tidy
-------------------------------------------------------------------
Sat Mar 22 05:34:40 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.11.0 (v0.11.0)
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
v0.11.0 2025-03-21 23:28:09+01:00
- Do not add or remove spaces in the middle of comments (issue#13)
-------------------------------------------------------------------
Fri Feb 2 03:09:32 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.10.0
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
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 '{'
-------------------------------------------------------------------
Fri Jan 19 03:09:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.9.0
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
v0.9.0 2024-01-18 21:45:25+01:00
- Add option --batch
- Add option --verbose
- Add yamltidy.pod
-------------------------------------------------------------------
Sat Jan 6 03:10:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.8.0
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
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
-------------------------------------------------------------------
Sun Aug 7 03:08:05 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.007
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
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}`
-------------------------------------------------------------------
Wed Jun 8 03:09:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.006
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
0.006 2022-06-07 15:12:11+02:00
- Fix scalar style
-------------------------------------------------------------------
Sun Apr 17 03:08:06 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.005
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
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
-------------------------------------------------------------------
Sun Apr 10 20:19:15 UTC 2022 - Tina Müller <tina.mueller@suse.com>
- Initial submission