Skip to content

Releases: kislyuk/yq

v2.3.2

26 Sep 05:54
v2.3.2
Compare
Choose a tag to compare
  • Fix test suite on Python 3

v2.3.1

26 Sep 05:47
v2.3.1
Compare
Choose a tag to compare
  • Add support for multiple yaml files in arguments. Thanks to @bubbleattic (PR #7)

v2.3.0

27 Aug 19:43
v2.3.0
Compare
Choose a tag to compare
  • Handle multi-document streams. Fixes #6

    • Report version via yq --version

v2.2.0

07 Jul 14:36
v2.2.0
Compare
Choose a tag to compare
  • Stringify datetimes loaded from YAML. Fixes #5

v2.1.2

27 Jun 20:11
v2.1.2
Compare
Choose a tag to compare
  • Fix ResourceWarning: unclosed file

    • Internal: Make usage of loader argument consistent

    • Documentation improvements

v2.1.1

02 May 20:12
v2.1.1
Compare
Choose a tag to compare
  • Fix release script. Release is identical to v2.1.0.

v2.1.0

02 May 20:10
v2.1.0
Compare
Choose a tag to compare
  • yq now supports emitting YAML (round-trip YAML support) using "yq -y". Fixes #2.

    • Key order is now preserved in mappings/objects/dictionaries.

    • Passing input files by filename as an argument is now supported (in addition to providing data on standard input).

v2.0.2

17 Jan 01:59
Compare
Choose a tag to compare
  • Test and documentation improvements

v2.0.1

15 Jan 06:03
Compare
Choose a tag to compare
  • Fix description in setup.py

v2.0.0

15 Jan 05:59
Compare
Choose a tag to compare
  • Begin 2.0.0 release series. This package's release series available
    on PyPI begins with version 2.0.0. Versions of yq prior to 2.0.0
    are distributed by https://github.com/abesto/yq and are not related
    to this package. No guarantees of compatibility are made between
    abesto/yq and kislyuk/yq. This package follows the Semantic Versioning 2.0.0 <http://semver.org/>_ standard. To ensure proper
    operation, declare dependency version ranges according to SemVer.
    See the Readme for more information.