Yq Versions Save

yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

v4.31.2

1 year ago
  • Fixed variable handling #1458, #1566
  • Fixed merged anchor reference problem #1482
  • Fixed xml encoding of ProcInst #1563, improved XML comment handling
  • Allow build without json and xml support (#1556) Thanks @afbjorklund
  • Bumped dependencies

v4.31.1

1 year ago
  • Added shuffle command #1503
  • Added ability to sort by multiple fields #1541
  • Added @sh encoder #1526
  • Added @uri/@urid encoder/decoder #1529
  • Fixed date comparison with string date #1537
  • Added from_unix/to_unix Operators
  • Bumped dependency versions

v4.30.8

1 year ago
  • Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #1521

v4.30.7

1 year ago

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

1 year ago
  • Fixed xml comment in array of scalars #1465
  • Include blank new lines in leading header preprocessing #1462
  • Bumped dependency versions (#1453)

v4.30.5

1 year ago
  • 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

1 year ago

Fixing missing version in brew/snap due to bug in automated versioning

v4.30.3

1 year ago
  • Updated release process (automated versioning)
  • Fixed handling of yaml directives (#1424)
  • Fixed parsing of newline character in string expression #1430
  • Fixed length compares to null instead of 0 issue #1427

v4.30.2

1 year ago
  • Actually updated the default xml prefix :facepalm:

v4.30.1

1 year ago
  • 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