Skip to content

Releases: mikefarah/yq

v4.24.5

14 Apr 23:12

Choose a tag to compare

  • Fixed scenarios that dropped the first line if it's a comment (#1181)
  • Fixed updating existing empty map resulting in single line styling (#1176)
  • Fixed with operation bug (#1174)
  • Bumped go compiler

v4.24.4

12 Apr 06:08

Choose a tag to compare

  • Fixing docker release

v4.24.3

12 Apr 00:18

Choose a tag to compare

  • Added from_props
  • Re-releasing, 4.24.2 release failed to publish correctly.

v4.24.2 - Comparison Operators!

28 Mar 03:50

Choose a tag to compare

v4.23.1

20 Mar 02:49

Choose a tag to compare

  • Can now supply the envsubst operator with parameters (nounset, noempty, failfast). See envsubst for details (#1137)
  • Bumped dependencies
  • Fixed '+=' problem with multiple matches #1145
  • Fixed bug with "and", "or" evaluating the RHS when not needed
  • Fixed potential panic (thanks @mkatychev)
  • Tweaked CLI help (thanks @justin-f-perez)

v4.22.1

10 Mar 04:42

Choose a tag to compare

v4.21.1

27 Feb 01:17

Choose a tag to compare

v4.20.2 - Bug Fixes

20 Feb 03:44

Choose a tag to compare

  • Fixed self assignment issue (#1107)
  • Fixed bad capture groups with multiple matches (#1114)
  • No longer auto-read from STDIN if there are files given (#1115)
  • Added missing load_props operator

v4.20.1 - Date Operators + Decode property files

15 Feb 03:13

Choose a tag to compare

  • New Date Operators (now, tz, add and subtract durations from dates)
  • Can now decode property files!
  • New flag to manually set expression if required
  • ZSH completion bug fix (#1108) thanks @whi-tw
  • Fixed SEGV error (#1096)
  • Fixed Github actions issues (it pipes in /dev/null) for XML
  • Fixed bug - handle expressions that match a directory (e.g. ".")

v4.19.1 - Eval Operator

06 Feb 03:49

Choose a tag to compare

  • New eval operator that allows dynamic expression evaluation (e.g. from a env variable) (#1087)
  • Adding new elements to array now automatically applies styling of existing elements (#722)