- Expand merge keys (https://yaml.org/type/merge.html). This is a YAML 1.1 specific behavior, but will be accommodated in yq due to its widespread use and low likelihood of accidental invocation.
3.0.1
===============================
- yq now uses the YAML 1.2 grammar when parsing and rendering YAML documents. This means bare literals like “on”, “no”, and “12:34:56” are interpreted as strings. (Fix interrupted release)
3.0.0
===============================
- yq now uses the YAML 1.2 grammar when parsing and rendering YAML documents. This means bare literals like “on”, “no”, and “12:34:56” are interpreted as strings.
2.14.0
================================
- Support binary and set tags. Fixes 140
2.13.0
================================
- Armor against entity expansion attacks
- Improve YAML loading performance by using CSafeLoader where available