Skip to content

Releases: mikefarah/yq

v4.33.1 - TOML! (readonly)

26 Mar 00:31
Compare
Choose a tag to compare
  • 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

19 Mar 23:50
Compare
Choose a tag to compare

Fixes parsing terraform tfstate files results in "unknown" format

v4.32.1

18 Mar 04:20
Compare
Choose a tag to compare
  • 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

02 Mar 00:20
Compare
Choose a tag to compare
  • 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 - 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