Skip to content

Releases: mikefarah/yq

v4.31.1 - New operators!

20 Feb 05:36
Compare
Choose a tag to compare
  • 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 - Snap fix

15 Jan 01:00
Compare
Choose a tag to compare
  • Log info message instead of erroring when unable to chown file in linux (e.g. snap confinement) #1521

v4.30.7

14 Jan 03:27
Compare
Choose a tag to compare

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

17 Dec 00:53
Compare
Choose a tag to compare
  • Fixed xml comment in array of scalars #1465
  • Include blank new lines in leading header preprocessing #1462
  • Bumped dependency versions (#1453)

v4.30.5

27 Nov 21:58
Compare
Choose a tag to compare
  • 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

15 Nov 10:14
Compare
Choose a tag to compare

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

v4.30.3

14 Nov 23:27
Compare
Choose a tag to compare
  • 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 - Actually updated the default xml prefix :facepalm:

13 Nov 00:43
Compare
Choose a tag to compare

v4.30.1 - XML users note: the default attribute prefix has changed

11 Nov 04:15
Compare
Choose a tag to compare
  • 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

30 Oct 22:42
Compare
Choose a tag to compare
  • Fixed null pointer exception when parsing CSV with empty field #1404