YAML.sh v1.1.0 — now the nodes can flow
Version 1.1 adds a focused, read-only yq-style expression engine over the YAML.sh node graph.
Highlights:
- sequence and mapping iteration with []
- pipes and multi-result node streams
- select filters with comparisons and booleans
- // defaults for missing, null, and false values
- length, keys, has, kind, and yq-compatible type
- 47 behavioral tests across macOS, Ubuntu, BusyBox AWK, and POSIX shell
- 25 representative expressions matched yq v4.53.3 exactly in JSON mode
Expressions remain read-only in v1.1. Mutation and YAML emission are next.