Skip to content

Releases: mikefarah/yq

v4.40.4 - Fixed bug with creating maps with values based off keys

04 Dec 02:11
Compare
Choose a tag to compare
  • Fixed bug with creating maps with values based off keys #1886, #1889
  • Bumped dependencies

v4.40.3 - Fixes JSON empty array bug

23 Nov 03:57
Compare
Choose a tag to compare
  • Fixed JSON output issue with empty arrays #1880

v4.40.2 - Official

18 Nov 04:24
Compare
Choose a tag to compare

Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!

  • Do not panic when StdIn is closed (#1867) Thanks @aleskandro!
  • Fixed issue when update against self #1869
  • Fixed multi doc anchor bug #1861
  • Fixes doc line separator issue when reading expression file #1860
  • Bumped dependencies

v4.40.1 - Engine refactor

07 Nov 22:58
Compare
Choose a tag to compare

I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)

  • Added tonumber support
  • Added kind operator
  • Lua output fixes (#1811) - Thanks @Zash!
  • Add support for Lua input (#1810) - Thanks @Zash!
  • Bumped dependencies

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