Skip to content

v0.3.0

Choose a tag to compare

@azohra azohra released this 02 Aug 03:43
v0.3.0
e35fc15

Added

  • Nested flow mappings and flow lists.
  • Literal and folded multiline scalar values.
  • Indentationless block lists.
  • Source line lookup with --line.
  • Tests for every previously open issue, CRLF input, quoted values, comments, malformed YAML, and indexes above 9.
  • GitHub Actions coverage on Ubuntu and macOS.

Fixed

  • Preserve and decode quotes, backslashes, tabs, and newlines in scalar values.
  • Treat query paths literally instead of as regular expressions.
  • Count and read lists with multi-digit indexes.
  • Reject malformed YAML instead of silently dropping the parser validation rules during the build.
  • Report missing CLI arguments and unsafe unquoted transpiled input clearly.
  • Update the installer and documentation to the current release.

Changed

  • The standalone build now embeds the readable AWK parser without the lossy minification step.
  • -T is documented as accepting one quoted intermediate-data argument.
  • The default GitHub branch and all three Cloudflare Pages production branches are now main.