Releases: mikefarah/yq
Releases · mikefarah/yq
v4.24.5
v4.24.4
- Fixing docker release
v4.24.3
- Added from_props
- Re-releasing, 4.24.2 release failed to publish correctly.
v4.24.2 - Comparison Operators!
- Added comparison operators! (#94) https://mikefarah.gitbook.io/yq/operators/compare
- Bumped golang to 1.18 (#1153)
- XML parser no longer runs in strict mode (added new flag to run in strict mode) (#1155)
- Fixing release pipeline for go1.18
v4.23.1
- 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
- Added [pick] (https://mikefarah.gitbook.io/yq/operators/pick) operator
- Can load expression from a file '--from-file' (#1120)
- Fixed property auto expansion (#1127)
v4.21.1
- Added reverse operator (#1116)
- Added string case operators (#1111)
- Added base64 support (#1112)
- Added line and column operators (#1109)
- Bumped dependency versions
- Fixed Boolean as string cannot be updated to boolean value (#1123)
v4.20.2 - Bug Fixes
v4.20.1 - Date Operators + Decode property files
- 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. ".")