Revisions of perl-YAML-PP

buildservice-autocommit accepted request 1142998 from Tina Müller's avatar Tina Müller (tinita) (revision 50)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 1142997 from Tina Müller's avatar Tina Müller (tinita) (revision 49)
- updated to 0.38.0
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  v0.38.0 2024-01-30 00:22:42+01:00
      - Add support for builtin booleans by default
      - Add FAQ
      - Add --cyclic option to yamlpp-load(-dump)
buildservice-autocommit accepted request 1126976 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 48)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1125737 from Tina Müller's avatar Tina Müller (tinita) (revision 47)
- updated to 0.37.0
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  v0.37.0 2023-11-09 16:46:43+01:00
      - Breaking change: Make cyclic_refs fatal by default for safety, like
        announced (avoid memory leaks)
      - Add support for plain scalars ending with colons (Issue #48, ingy++)
buildservice-autocommit accepted request 1090350 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 46)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1090326 from Tina Müller's avatar Tina Müller (tinita) (revision 45)
- updated to 0.036
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.036 2023-05-10 17:09:48+02:00
      - Add option -dumpcode to turn of dumping coderefs in YAML::PP::Schema::Perl
      - ci updates
buildservice-autocommit accepted request 1007973 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 44)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1007860 from Tina Müller's avatar Tina Müller (tinita) (revision 43)
- updated to 0.035
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.035 2022-09-30 21:16:16+02:00
      - Fix parsing alias as mapping key
      - Support emitting folded block scalars. Now any input should
        be able to output as a folded block scalar correctly. Preserving
        scalar styles will now also preserve those
buildservice-autocommit accepted request 986283 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 42)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 986185 from Tina Müller's avatar Tina Müller (tinita) (revision 41)
- updated to 0.034
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.034 2022-06-30 10:31:56+02:00
      - Fix parsing empty folded block scalars with trailing linebreaks
      - Fix error handling (remaining tokens on invalid input)
      - Support experimental v5.36 booleans
      - Allow to specify multiple boolean classes (issue #37)
buildservice-autocommit accepted request 985573 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 40)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 985557 from Tina Müller's avatar Tina Müller (tinita) (revision 39)
- updated to 0.033
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.033 2022-06-27 16:31:32+02:00
      - Fix add_mapping_resolver + on_create (tie existing data)
buildservice-autocommit accepted request 960515 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 38)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 960463 from Tina Müller's avatar Tina Müller (tinita) (revision 37)
- 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
Tina Müller's avatar Tina Müller (tinita) accepted request 943073 from Tina Müller's avatar Tina Müller (tinita) (revision 36)
- 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
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 930518 from Tina Müller's avatar Tina Müller (tinita) (revision 35)
- 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
Tina Müller's avatar Tina Müller (tinita) accepted request 927271 from Tina Müller's avatar Tina Müller (tinita) (revision 34)
- 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)
buildservice-autocommit accepted request 884922 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 884203 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- 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
buildservice-autocommit accepted request 833737 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 31)
baserev update by copy to link target
Displaying revisions 1 - 20 of 50
openSUSE Build Service is sponsored by