Skip to content

v4.27.2 - Multi json document handling, CSV decoding and more!

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 06:44
· 517 commits to master since this release

4.27.2:

  • Fixed JSON decoder to maintain object key order.

4.27.1:

  • Added 'json' decoder for support for multiple JSON documents in a single file (e.g. NDJSON)
  • Added 'csv' decoding, array of objects encoding, and round-triping
  • New StringEvaluator when using yq as a lib (thanks @leviliangtw)
  • Fixed XML decoding issue (#1284)