Skip to content

Releases: mikefarah/yq

v4.45.4 - Fixing wrong map() behaviour on empty map

11 May 11:48
Compare
Choose a tag to compare
  • Fixing wrong map() behaviour on empty map #2359
  • Bumped dependencies

v4.45.3 - Fixes regression bug(s)

09 May 06:09
Compare
Choose a tag to compare
  • Fixing regression (#2353, #2359, #2325) introduced with in 4.45.2 with #2325 fix
  • Bumped dependencies

Sorry for the regression folks! πŸ˜“
fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets

v4.45.2

03 May 07:06
Compare
Choose a tag to compare

v4.45.1 - Create parent directories when --split-exp is used!

12 Jan 03:42
Compare
Choose a tag to compare
  • Create parent directories when --split-exp is used, Thanks @rudo-thomas
  • Bumped dependencies

v4.44.6

07 Dec 07:10
Compare
Choose a tag to compare
  • Fixed deleting items in array bug #2027, #2172; Thanks @jandubois
  • Docker image for armv7 / raspberry pi3, Thanks @brianegge
  • Fixed no-colors regression #2218
  • Fixed various panic scenarios #2211
  • Bumped dependencies

v4.44.5

16 Nov 04:59
Compare
Choose a tag to compare
  • Format comments with a gray foreground (Thanks @gabe565)
  • Fixed handling of nulls with sort_by expressions #2164
  • Force no color output when NO_COLOR env presents (Thanks @narqo)
  • Fixed array subtraction update bug #2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure

v4.44.3

05 Aug 07:17
Compare
Choose a tag to compare
  • Fixed upper-case file extension detection, Thanks @ryenus (#2121)
  • Log printing follow no-colors flag #2082
  • Skip and warn when interpolating strings and theres a unclosed bracket #2083
  • Fixed CSV content starting with # issue #2076
  • Bumped dependencies

v4.44.2

16 Jun 04:40
Compare
Choose a tag to compare
  • Handle numbers with underscores #2039
  • Unique now works on maps and arrays #2068
  • Added support for short hand splat with env[] expression #2071, as well as many other operators (split,select,eval,pick..)
  • Bumped dependencies

v4.44.1 - min/max/pivot!

12 May 02:47
Compare
Choose a tag to compare

v4.43.1

24 Mar 00:17
Compare
Choose a tag to compare
  • Added omit operator #1989 thanks @mbenson!
  • Can now multiply strings by numbers #1988 thanks @mbenson!
  • Added tostring #72
  • Added string interpolation #1149
  • Can specify parent(n) levels #1970
  • Fixed CSV line break issue #1974
  • Adding a EvaluateAll function to StringEvaluator #1966
  • yqlib, default to colors off when using yaml library #1964
  • Removed JSON output warning
  • Bumped dependencies