Skip to content

Releases: mikefarah/yq

Fixed writeCommands order

18 Apr 05:58
Compare
Choose a tag to compare

Previously command order was not maintained which would cause issues when commands were order dependant! This was also causing tests to occasionally fail ;)

Fixed Issue: Cannot create sequence

17 Apr 23:14
Compare
Choose a tag to compare

Create new Yaml files on the fly

12 Apr 11:55
Compare
Choose a tag to compare

Added a 'new' command that largely works like update, but without an existing yaml file.

Ability to create new YAML entries

12 Apr 10:50
Compare
Choose a tag to compare

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