0.5.0 (2026-08-19)

0.4.0 (2026-08-16)

0.3.0 (2026-04-24)

New features

0.2.0 (2026-04-20)

Bug fixes

Comment attachment improvements (#20)

0.1.0 (2026-04-08)

Initial release.

Parser

YAML 1.1 support

Lossless AST (Nodes module)

Typed values (Values module)

Safety limits

Error handling

Command-line tool (yamlx)

Seven output formats selectable with -f FORMAT:

Format

Description

yaml

Re-emit YAML preserving styles and comments (default)

plain

Simplified YAML: aliases expanded, tags stripped, block-only

value

Typed-value tree without source locations

value-loc

Typed-value tree with source locations

node

AST without source locations or heights

node-loc

Full AST with source locations, anchors, tags, and comments

events

yaml-test-suite event-tree notation (for debugging)

Options: