Path to this page:
Subject: CVS commit: pkgsrc/textproc/yq
From: Thomas Klausner
Date: 2023-02-23 20:33:15
Message id: 20230223193315.8772CFA90@cvs.NetBSD.org
Log Message:
yq: update to 3.1.1.
Changes for v3.1.1 (2023-02-21)
===============================
- Handle TOML datetimes. Fixes #160
- Test and documentation improvements
Changes for v3.1.0 (2022-07-24)
===============================
- Use configurable output grammar, compatible with YAML 1.1
Changes for v3.0.2 (2022-07-05)
===============================
- 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.
Changes for v3.0.1 (2022-07-04)
===============================
- 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)
Changes for v3.0.0 (2022-07-04)
===============================
- 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.
Files: