- updated to 0.032
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.032 2022-03-08 19:02:00+01:00
- Add missing '~' to allowed chars in tags
- Restructure directive parsing a bit
- Support YAML::PP::Ref in yamlpp-* utility scripts
- Add -P to yaml-load-dump --preserve
- Add --dump option to yamlpp-parse-emit
- yamlpp-load-dump -D JSON::PP: don't output space before colon
- Add export tags to YAML::PP::Common
- Update yaml-test-suite to 2022-01-17
OBS-URL: https://build.opensuse.org/request/show/960463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=37
- updated to 0.031
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.031 2021-12-25 23:43:19+01:00
- Fix several rare test cases:
- Support literal escaped tabs
- Allow only one digit for block scalar indent indicator
- Allow comments at the end of directives
- Match word boundary after '%YAML'
- Allow tabs and multiple spaces between directive elements
- Forbid lines starting with tabs in block mode
- After tabs no further indentation elements allowed
OBS-URL: https://build.opensuse.org/request/show/943073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=36
- updated to 0.027
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.027 2021-04-09 11:13:28+02:00
- Forbid duplicate keys by default like announced in 0.026
- Add possibility to preserve alias names (see 'preserve' option)
- Highlighter: Add option to expand tabs in ansi color mode
- yamlpp-events: Add option --module
- Improve error message when trying to load an undefined alias
- Fix a test for perl 5.8.8
OBS-URL: https://build.opensuse.org/request/show/884203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=32
- updated to 0.024
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.024 2020-08-17 12:07:01+02:00
- Parser: fix flow mappings on one line
- Improve utility tools yamlpp-load(-dump) (add new options --merge,
--perl and --module) #35
- Minor improvements to emitter scalar style output
- Emitter supports flow style
- Support for preserving flow style in Loader/Dumper
- Create preserved nodes from scratch with preserved_* methods
- Minor fixes for the Perl schema and globs
- Update testsuite to data-2020-08-01
OBS-URL: https://build.opensuse.org/request/show/827534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=26
updated to 0.022
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.022 2020-05-04 17:40:36+02:00
- Emitter: Also quote if string starts with '...'
- Emitter: Fix bug when emitting complex keys
- Preserve also quoting style of hash keys
- Schema: Fix YAML 1.1 integers (no keading zeros)
- Scripts: Rename yamlpp5- to yamlpp- and symlink
- Scripts: Add options to yamlpp-load-dump
- Tests: Support reporting flow style in testsuite event output
- Tests: Restructure schema tests and outsource test data
- Events: Make version_directive compatible to libyaml
- Docs: Restructure
OBS-URL: https://build.opensuse.org/request/show/800391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=22
- updated to 0.020
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.020 2020-02-17 15:35:44+01:00
- Change default schema from JSON to Core (this change was supposed
to go in 0.019 but wasn't completely done)
- Add option version_directive (print %YAML 1.2)
- Add option yaml_version
- Add support for detecting the right schema depending on the
YAML version directive
- Support both %YAML and %TAG directive for a document
- Improve emitter (output footer ... after open-ended block scalars)
- Improve emitter (quote strings starting with `---` to reduce ambiguity
for the reader)
OBS-URL: https://build.opensuse.org/request/show/775115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=18
- updated to 0.019
see /usr/share/doc/packages/perl-YAML-PP/Changes
0.019 2020-02-13 16:06:56+01:00
- Important (and possibly breaking) changes:
- Change default schema from JSON to Core.
Reason: This is the recommended Schema for YAML 1.2, and what people
would expect to be the default.
- load* in scalar context returns first document.
Reason: I think this is the most reasonable behaviour, and it
will continue to work the same if you later add documents to a file.
- Empty nodes in YAML 1.2 JSON Schema resolve to '' by default like
before, but now it can be configured
- Fix some control character escaping and encoding issues (issue#16, issue#17)
YAML::PP will now just assume all input data are unicode characters
and won't do an explicit utf8::upgrade
- Fix Core schema resolver for inf: add +.inf, +.Inf, +.INF
- Improve emitter regarding empty lists/hashes (no newline before []/{})
- Spelling and grammar fixes (PR#23 @gregoa)
- Fix YAML::PP::Grammar pod (PR#22 @gregoa)
- Fix yamlpp5-load-dump
- Fix error tokens output
- Update yaml-test-suite to data-2020-02-11
OBS-URL: https://build.opensuse.org/request/show/774334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=16