Skip to content

Releases: mikefarah/yq

Maintain key order

26 Feb 22:40
Compare
Choose a tag to compare

Key order is now maintained when reading and writing YAML files, previously they were being alphabetically sorted.

Fixed write array problem

09 Feb 03:50
Compare
Choose a tag to compare

This fixes the bug raised in Issue 3, that is updating a yaml array.

Handle 'index out of range' errors gracefully

19 Mar 02:31
Compare
Choose a tag to compare

JSON conversion

13 Oct 10:45
Compare
Choose a tag to compare

You can now convert to and from json

Write command bug fix

09 Oct 10:36
Compare
Choose a tag to compare

This fixes a bug when using the write command without a script file

Write scripts

08 Oct 08:06
Compare
Choose a tag to compare

Can now give the write command a update script to apply to a yaml file

More features

06 Oct 10:25
Compare
Choose a tag to compare

Can splat, read from STDIN and now using a new fancy CLI library

First official release

03 Oct 08:12
Compare
Choose a tag to compare
  • Handles simple writes
  • Handles '.' in yaml keys
  • is awesome

0.1

28 Sep 23:41
Compare
Choose a tag to compare
0.1

First cut!