Skip to content

1.15.0

Choose a tag to compare

@mikefarah mikefarah released this 07 May 10:35
· 2042 commits to master since this release

Implemented a delete command and associated tests for deleting a node from YAML input. This behaves in a similar manner as the write command.

The following functionality is not provided, although could conceivably be added with a modicum of additional effort if there is strong opinion that they are required:

Specify the node(s) to delete using a script (as with the write command)
Deleting common elements from all members of an array (deletions from individual members are supported using a path like a.b[0].name, but deleting from all instances in one pass, e.g. a.b[*].name, is not).

Thanks @mhuxtable !