Skip to content

Tags: VRDate/yq

Tags

v2.11.0

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Better handling of jq_filter and files arguments (kislyuk#102)

- Create __main__.py (kislyuk#82)

v2.10.1

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Add support for xmltodict force_list definition for xq CLI (kislyuk#95

)

- Support explicit doc markers (kislyuk#93)

- Ensure proper ordering of help messages (kislyuk#90)

v2.10.0

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
Changes for v2.10.0 (2019-12-23)

================================

-  Add support for in-place editing (yq -yi)

-  Add argcomplete integration

-  Docs: Migrate from RTD to gh-pages

v2.9.2

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix interrupted release

v2.9.1

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix documentation build

v2.9.0

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Add -Y/--yaml-roundtrip for preserving YAML styles and tags

v2.8.1

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Filter out -C and separate commingled yq and jq short options

v2.8.0

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- 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

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Support options introduced in jq 1.6. Fixes kislyuk#46

- xq: Re-raise if exception is unrecognized

v2.7.1

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- xq: Introduce --xml-dtd and --xml-root. Fixes kislyuk#37.

-  TOML support is optional and experimental