Changelog for
perl-YAML-PP-0.030-1.31.noarch.rpm :
* Mon Nov 08 2021 Tina Müller
- updated to 0.030 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.030 2021-11-07 21:57:28+01:00 - preserve: Keep existing data (issue #44) - Forbid directive without directive end marker - Support explicit empty key/value pairs in flow mappings - Enforce EOL after end of flow context - Forbid multiple question marks in flow mappings
* Mon Oct 25 2021 Tina Müller - updated to 0.029 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.029 2021-10-25 00:02:53+02:00 - Fix basic implicit mappings in flow sequences, e.g. [a, b: c, d] 0.028 2021-10-21 22:00:36+02:00 - Fix empty values with properties in flow mappings and sequences (`[ &foo , bar]`, `{ &foo , k: v }`) - Fix: Allow comment lines with tabs in flow - Fix: parsing of explicit block indenting (issue #46) - Automatically tie new hashes inside tied hashes (issue #44) - yamlpp-load-dump: Add options --dump-module and --include
* - docs: Add mising constants (issue #45)
* Sat Apr 10 2021 Tina Müller - 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
* Fri Sep 11 2020 Tina Müller - updated to 0.026 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.026 2020-09-11 00:39:09+02:00 - Add option \'duplicate_keys\'. The default allows it for now and will change to forbid in the next release.
* Mon Sep 07 2020 Tina Müller - updated to 0.025 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.025 2020-09-06 22:14:07+02:00 - Emitter: Fix indentation issues for non-default indents - Emitter: Add option \'width\' for maximum columns - Improve error message for unhandled reftypes
* Tue Aug 18 2020 Tina Müller - 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
* Fri Jul 10 2020 Tina Müller - updated to 0.023 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.023 2020-07-09 22:09:50+02:00 - Support loading and dumping typeglobs. Issue #15 - Dumper: Don\'t use aliases for JSON::PP/boolean.pm booleans, because they alwas use the same reference. Issue #32 - Fix float comparison in test. Issue #33 - Make aliases in custom tags work - YAML::PP::Highlight: colorize mapping keys
* Tue May 05 2020 Tina Müller 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
* Fri Feb 28 2020 - updated to 0.021 see /usr/share/doc/packages/perl-YAML-PP/Changes 0.021 2020-02-27 19:04:58+01:00 - Add option \'preserve\' for preserving hash key order and quoting style when loading and dumping
* Tue Feb 18 2020 - 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)