Releases: mikefarah/yq
Releases · mikefarah/yq
v4.33.1 - TOML! (readonly)
- Added read-only TOML support! #1364. Thanks @pelletier for making your API available in your toml lib :)
- Added warning when auto detect by file type is outputs JSON (#1608)
v4.32.2 - Fixes parsing unknown file format issue
Fixes parsing terraform tfstate files results in "unknown" format
v4.32.1
- Added divide and modulo operators (#1593) - thanks @teejaded!
- Add support for decoding base64 strings without padding (#1555) - thanks @teejaded!
- Add filter operation (#1588) - thanks @rbren!
- Detect input format based on file name extension (#1582) - thanks @ryenus!
- Auto output format when input format is automatically detected
- Fixed npe in log #1596
- Improved binary file size!
- Bumped dependency versions
v4.31.2
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