2020-01-05 21:12:30 +00:00
|
|
|
|
2020-01-05 04:28:24 +00:00
|
|
|
# New Features
|
|
|
|
- Keeps comments and formatting (e.g. inline arrays)!
|
|
|
|
- Handles anchors!
|
2020-01-08 21:17:56 +00:00
|
|
|
- Can specify yaml tags (e.g. !!int), quoting values no longer sufficient, need to specify the tag value instead.
|
2020-01-10 11:01:59 +00:00
|
|
|
- JSON output works for all commands! Yaml files with multiple documents are printed out as one JSON document per line.
|
2020-01-05 04:28:24 +00:00
|
|
|
|
2020-01-10 11:01:59 +00:00
|
|
|
# Update scripts file format has changed to be more powerful. Comments can be added, and delete commands have been introduced.
|
2020-01-05 04:28:24 +00:00
|
|
|
|
|
|
|
# Merge command
|
2020-01-10 11:01:59 +00:00
|
|
|
- New flag 'autocreates' missing entries in target by default, new flag to turn that off.
|
2020-01-05 04:28:24 +00:00
|
|
|
|