Skip to content

v1.11

Latest

Choose a tag to compare

@mkende mkende released this 21 Apr 19:52
· 5 commits to main since this release

1.11 - 2025-04-21

  • Add support for directive container blocks, controlled by the
    use_directive_blocks option, which is true in the default configuration (and
    false in all the other ones) (fix #5).

1.10 - 2025-04-17

  • Support YAML::PP and YAML::PP::LibYAML as YAML parsers as YAML::Tiny has
    limitations in terms of supported YAML syntax (fix #6).

1.09 - 2025-04-16

  • Add an option to allow empty lines in YAML prefix (partial fix to #6).

1.08 - 2024-10-30

  • Add a new yaml_metadata hook to receive the parsed YAML.

1.07 - 2024-05-25

  • Allow to specify a link content through the resolve_link_ref hook (fix #1).