Skip to content

Releases: perlpunk/YAML-PP-p5

v0.027

10 Apr 19:18
Compare
Choose a tag to compare

v0.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

v0.026

10 Sep 22:47
Compare
Choose a tag to compare

v0.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.

v0.025

06 Sep 20:22
Compare
Choose a tag to compare

v0.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

v0.024

17 Aug 10:27
Compare
Choose a tag to compare

v0.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

v0.023

09 Jul 20:16
Compare
Choose a tag to compare

v0.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