Releases: mikefarah/yq
Releases · mikefarah/yq
v4.31.1 - New operators!
v4.30.8 - Snap fix
- Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #1521
v4.30.7
4.30.7:
- Fixed bug in splice operator #1511
- Fixed value operator bug #1515
- Fixed handling of merging null #1501
- Ownership of file now maintained in linux (thanks @vaguecoder) #1473
- Bumped dependency versions
v4.30.6
v4.30.5
- XML Decoder: Comment parsing tweak
- XML Decoder: Fixed processing comments in empty XML #1446
- XML Decoder: Checking for invalid content outside of a root node #1448
- XML Decoder: Fixed issue where content surrounding tags are lost #1447
- XML Decoder: Fixed xml decode bug when there is content after a comment
- Fixed loading yaml with header issue #1445
- guessTagFromCustomType warning log is now a debug.
Special thanks to @Kopfbremse for reporting XML issues!
v4.30.4 - Fixed missing version in brew/snap
Fixing missing version in brew/snap due to bug in automated versioning
v4.30.3
v4.30.2 - Actually updated the default xml prefix :facepalm:
- Actually updated the default xml prefix 🤦
v4.30.1 - XML users note: the default attribute prefix has changed
- XML users note: the default attribute prefix has change to
+@
to avoid naming conflicts! - Can use expressions in slice #1419
- Fixed unhandled exception when decoding CSV thanks @washanhanzi
- Added array_to_map operator for #1415
- Fixed sorting by date #1412
- Added check to ensure only maps can be encoded to XML #1408
- Check merge alias is a map #1425
- Explicity setting unwrap flag works for json output #437, #1409
- Bumped go version
v4.29.2 - CSV Empty field fix
- Fixed null pointer exception when parsing CSV with empty field #1404