Skip to content

Releases: kislyuk/yq

v2.11.0

04 Sep 06:46
v2.11.0
bdb1918
Compare
Choose a tag to compare
  • Better handling of jq_filter and files arguments (#102)

    • Create main.py (#82)

v2.10.1

11 May 15:22
v2.10.1
c7544cb
Compare
Choose a tag to compare
  • Add support for xmltodict force_list definition for xq CLI (#95)

    • Support explicit doc markers (#93)

    • Ensure proper ordering of help messages (#90)

v2.10.0

23 Dec 16:52
v2.10.0
7a4a69f
Compare
Choose a tag to compare
  • Add support for in-place editing (yq -yi)

  • Add argcomplete integration

  • Docs: Migrate from RTD to gh-pages

v2.9.2

04 Nov 18:24
v2.9.2
3992791
Compare
Choose a tag to compare
  • Fix interrupted release

v2.9.1

04 Nov 18:23
v2.9.1
0293c1f
Compare
Choose a tag to compare
  • Fix documentation build

v2.9.0

04 Nov 18:20
v2.9.0
10c0817
Compare
Choose a tag to compare
  • Add -Y/--yaml-roundtrip for preserving YAML styles and tags

v2.8.1

28 Oct 16:16
v2.8.1
903b257
Compare
Choose a tag to compare
  • Filter out -C and separate commingled yq and jq short options

v2.8.0

25 Oct 17:12
v2.8.0
7306745
Compare
Choose a tag to compare
  • Set default block sequence indentation to 2 spaces, --indentless for 0

    • Make main body of yq callable as a library function

    • Test and release infrastructure updates

v2.7.2

09 Jan 18:54
v2.7.2
90a3f68
Compare
Choose a tag to compare
  • Support options introduced in jq 1.6. Fixes #46

    • xq: Re-raise if exception is unrecognized

v2.7.1

05 Nov 22:19
v2.7.1
d5468f3
Compare
Choose a tag to compare
  • xq: Introduce --xml-dtd and --xml-root. Fixes #37.

    • TOML support is optional and experimental