Skip to content

Tags: kislyuk/yq

Tags

v4.1.2

Toggle v4.1.2's commit message
Fix yq --version

v4.1.1

Toggle v4.1.1's commit message
- xq: support --xml-short-empty-elements to emit self-closing element…

…s instead of the long form

v4.1.0

Toggle v4.1.0's commit message
- Implement YAML comment roundtripping

v4.0.0

Toggle v4.0.0's commit message
- Implement TOML comment roundtripping (tomlq -T)

- Add --width=0 for no-wrap option; --null-input as -n alias
- Force quote strings that can be parsed as integers in YAML 1.2
- Implement YAML 1.2 octals
- Prevent exception thrown when sys.stdin is None. (#193)

v3.4.3

Toggle v3.4.3's commit message
Finish migration to setuptools_scm

v3.4.2

Toggle v3.4.2's commit message
Constrain setuptools_scm version

v3.4.1

Toggle v3.4.1's commit message
- Add module entry points for xq and tomlq

v3.4.0

Toggle v3.4.0's commit message
- yq -y: Induce quoting of string scalars that start with 08 and 09

v3.3.1

Toggle v3.3.1's commit message
Revert "Do not interpret characters that cannot be parsed in octal as…

… int (#176)"

v3.3.0

Toggle v3.3.0's commit message
- tomlq: Use tomllib on Python 3.11 when not round-tripping

- xq: Support in-place XML editing

- Do not interpret characters that cannot be parsed in octal as int (#176)