Skip to content

Releases: mikefarah/yq

v4.34.2

12 Jul 04:16
Compare
Choose a tag to compare

Bumped depedencies

v4.34.1

23 May 05:23
Compare
Choose a tag to compare

v4.33.3

11 Apr 03:45
Compare
Choose a tag to compare
  • Fixed bug when splatting empty array #1613
  • Added scalar output for TOML (#1617)
  • Fixed passing of read-only context in pipe (partial fix for #1631)
  • Bumped dependency versions

v4.33.2 - Null seperated output and snap removable media

31 Mar 01:00
Compare
Choose a tag to compare
  • Add --nul-output|-0 flag to separate element with NUL character (#1550) Thanks @vaab!
  • Add removable-media interface plug declaration to the snap packaging(#1618) Thanks @brlin-tw!
  • Scalar output now handled in csv, tsv and property files
  • Bumped dependency versions

v4.33.1 - TOML! (readonly)

26 Mar 00:31
Compare
Choose a tag to compare
  • Added read-only TOML support! #1364. Thanks @pelletier for making your API available in your toml lib :)
  • Added warning when auto detect by file type is outputs JSON (#1608)

v4.32.2 - Fixes parsing unknown file format issue

19 Mar 23:50
Compare
Choose a tag to compare

Fixes parsing terraform tfstate files results in "unknown" format

v4.32.1

18 Mar 04:20
Compare
Choose a tag to compare
  • Added divide and modulo operators (#1593) - thanks @teejaded!
  • Add support for decoding base64 strings without padding (#1555) - thanks @teejaded!
  • Add filter operation (#1588) - thanks @rbren!
  • Detect input format based on file name extension (#1582) - thanks @ryenus!
  • Auto output format when input format is automatically detected
  • Fixed npe in log #1596
  • Improved binary file size!
  • Bumped dependency versions

v4.31.2

02 Mar 00:20
Compare
Choose a tag to compare
  • Fixed variable handling #1458, #1566
  • Fixed merged anchor reference problem #1482
  • Fixed xml encoding of ProcInst #1563, improved XML comment handling
  • Allow build without json and xml support (#1556) Thanks @afbjorklund
  • Bumped dependencies

v4.31.1 - New operators!

20 Feb 05:36
Compare
Choose a tag to compare
  • Added shuffle command #1503
  • Added ability to sort by multiple fields #1541
  • Added @sh encoder #1526
  • Added @uri/@urid encoder/decoder #1529
  • Fixed date comparison with string date #1537
  • Added from_unix/to_unix Operators
  • Bumped dependency versions

v4.30.8 - Snap fix

15 Jan 01:00
Compare
Choose a tag to compare
  • Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #1521