Releases: mikefarah/yq
Renamed to yq
1.14.0 Rename to yq
1.13.1
1.13.0
54c73eb Release v1.13.0
3b03a08 Merge pull request #40 from kenjones-cisco/task/releasing
a00e6c5 Task: Add release process
9d1a5b1 Merge pull request #39 from kenjones-cisco/feature/append-array
c5f80a1 Feature: Add append to array
c17f8df Merge pull request #38 from kenjones-cisco/task/add-merge-docs
66c8390 Task: Add merge
command docs
dda9b1f Merge pull request #37 from kenjones-cisco/bugfix/read-yaml-array
683de28 Merge pull request #34 from kenjones-cisco/feature/add-version
51fa1a8 Bugfix: Read yaml array
b9ac6a3 Merge pull request #36 from kenjones-cisco/bugfix/write-empty-array
499974c Bugfix: Write empty array value
72bd88c Feature: Adds support for --version
6980be3 Feature: Adds merge command
2933ea1 Merge pull request #33 from kenjones-cisco/bugfix/acceptance
cf2f23d Bugfix: Resolve failing acceptance test
45e9ad8 Merge pull request #30 from kenjones-cisco/task/refactor-add-tests
53b2c64 Task: Increase test coverage, includes refactor
359ca5a Merge branch 'kenjones-cisco-bugfix/nonstring-keys'
79baa49 Merge branch 'bugfix/nonstring-keys' of git://github.com/kenjones-cisco/yaml into kenjones-cisco-bugfix/nonstring-keys
2cda78c Vendor shas
6d1e61c Merge branch 'master' into bugfix/nonstring-keys
86639ac Task: Simplify development
3beee3f Bugfix: Panic on non-string keys
Read and write arrays
This fixes the bug raised in https://github.com/mikefarah/yaml/issues/13
Fixed Inability to set field to empty string
This fixes the issue raised in Setting value to empty string
Fixed writeCommands order
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
This fixes the issue raised in https://github.com/mikefarah/yaml/issues/8.
Create new Yaml files on the fly
Added a 'new' command that largely works like update, but without an existing yaml file.
Ability to create new YAML entries
This fixes the issue raised in https://github.com/mikefarah/yaml/issues/7
Maintain key order
Key order is now maintained when reading and writing YAML files, previously they were being alphabetically sorted.