Skip to content

Releases: mikefarah/yq

v4.35.2 - Minor fixes

26 Sep 05:09
Compare
Choose a tag to compare
  • Fix various typos #1798
  • Fixed number parsing as float bug in JSON #1756
  • Fixed string, null concatenation consistency #1712
  • Fixed expression parsing issue #1711
  • Bumped dependencies

v4.35.1 - Lua Output!

11 Aug 04:20
Compare
Choose a tag to compare
  • Added Lua output support (Thanks @Zash)!
  • Added BSD checksum format (Thanks @viq)!
  • Bumped dependencies

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