Skip to content

Releases: mikefarah/yq

Read and write arrays

08 Aug 22:34
Compare
Choose a tag to compare

Fixed Inability to set field to empty string

06 Jun 00:34
Compare
Choose a tag to compare

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