Sourced from mikefarah/yq's releases.
v4.52.2
- Fixed bad instructions file breaking go-install (#2587) Thanks
@theyoprst- Fixed TOML table scope after comments (#2588) Thanks
@tomers- Multiply uses a readonly context (#2558)
- Fixed merge globbing wildcards in keys (#2564)
- Fixing TOML subarray parsing issue (#2581)
v4.52.1 - TOML roundtrip and more!
TOML encoder support - you can now roundtrip! #1364
Parent now supports negative indices, and added a 'root' command for referencing the top level document
Fixed scalar encoding for HCL
Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#2583) Thanks
@jfenalAdd symlink check to file rename util (#2576) Thanks
@Elias-elastisysPowershell fixed default command used for __completeNoDesc alias (#2568) Thanks
@teejadedUnwrap scalars in shell output mode. (#2548) Thanks
@flintwintersAdded K8S KYAML output format support (#2560) Thanks
@robbat2Bumped dependencies
Special shout out to
@ccoVeillefor reviewing my PRs!Thanks to everyone that contributed ❤️
Sourced from mikefarah/yq's changelog.
4.52.2:
- Fixed bad instructions file breaking go-install (#2587) Thanks
@theyoprst- Fixed TOML table scope after comments (#2588) Thanks
@tomers- Multiply uses a readonly context (#2558)
- Fixed merge globbing wildcards in keys (#2564)
- Fixing TOML subarray parsing issue (#2581)
4.52.1:
TOML encoder support - you can now roundtrip! #1364
Parent now supports negative indices, and added a 'root' command for referencing the top level document
Fixed scalar encoding for HCL
Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#2583) Thanks
@jfenalAdd symlink check to file rename util (#2576) Thanks
@Elias-elastisysPowershell fixed default command used for __completeNoDesc alias (#2568) Thanks
@teejadedUnwrap scalars in shell output mode. (#2548) Thanks
@flintwintersAdded K8S KYAML output format support (#2560) Thanks
@robbat2Bumped dependencies
Special shout out to
@ccoVeillefor reviewing my PRs!4.50.1:
- Added HCL support!
- Fixing handling of CRLF #2352
- Bumped dependencies
4.49.2:
4.49.1:
- Added
--securityflags to disable env and file ops #2515- Fixing TOML ArrayTable parsing issues #1758
- Fixing parsing of escaped characters #2506
4.48.2:
- Strip whitespace when decoding base64 #2507
- Upgraded to go-yaml v4! (thanks
@ccoVeille,@ingydotnet)- Add linux/loong64 to release target (thanks
@znley)- Added --shell-key-separator flag for customizable shell output format #2497 (thanks
@rsleedbx)- Bumped dependencies
4.48.1:
- Added 'parents' operator, to return a list of all the hierarchical parents of a node
- Added 'first(exp)' operator, to return the first entry matching an expression in an array
- Fixed xml namespace prefixes #1730 (thanks
@baodrate)- Fixed out of range panic in yaml decoder #2460 (thanks
@n471d)- Bumped dependencies
4.47.2:
... (truncated)
2be0094
Bumping version3c18d5b
Preparing release2dcc229
Merge branch 'tomers-fix/toml-comments-table-scope-2588'eb4fde4
Pulling out common code06ea4cf
Fixing spelling37089d2
Merge branch 'fix/toml-comments-table-scope-2588' of
github.com:tomers/yq int...7cf88a0
Add regression test for go install compatibility #2587
(#2591)41adc1a
Fixing wrongly named instructions fileb4b96f2
Fix TOML table parsing after standalone comments2824d66
Multiply uses a readonly context #2558