- CodeQL README badge
- Config: Allow overwriting existent files
- Update YAML stringify/parse library
- set
merge: true
in options when using YAML library
- Remove information message after successfully doing revert of converted files
- Additional extension activation events
- Feature: Preview YAML selection as JSON by using command
YAML+JSON: Preview as JSON (from YAML. Opens in new file)
- Feature: Preview JSON selection as YAML
YAML+JSON: Preview as YAML (from JSON. Opens in new file)
- remove
null
default fromkeepOriginalFiles
config
- npm audit to fix security concerns with dependencies
- feature: keep original files on conversion, based on configuration;
ask
to be asked to keep original files andalways
to always keep original files.
- extension not being activated when workspace don't contain any
.json
or.y(a)ml
file(s)
- Configurable filename extensions:
- yaml can be
.yaml
or.yml
- json can be
json
- yaml can be
jsonc
might be supported at a later point if requested as the extension should also support converting from jsonc
then.
- Default configurations correction for
yamlIndent
(no affect on usage)
- Old configurations keys has been marked as deprecated
- New configurations keys are grouped in an object
yaml-plus-json
.
yamlSchema
configuration. See yaml module documentation for details.
- Revert files converted. After converting one or multiple files (using features that includes right click on file(s)), a prompt will be shown allowing to revert. Reverting will include YAML comments.
- Configure the amount of spaces used for indentation when converting to YAML.
- Converting multiple files on windows.
- Now hidding commands from command palette related to multi file conversion:
Convert YAML files to JSON
Convert JSON files to YAML
Convert selected files to YAML
Convert selected files to JSON
- Convert a range of selected items from JSON to YAML and vice versa.
- Folder conversion context menus only shown if selected resources is a folder.
- Convert YAML files in directory to JSON and vice versa.
- Yaml Plus Json configurations
yaml-plus-json.convertOnRename
- disable/enable automatic conversion on file rename. Defaults to true.
- Bundle extension.
- Reduce publish size.
- Security patch.
- Feature: Convert selection of JSON / YAML.
- Updated readme.
- Remove convert commands from command palette, when they are not applicable.
- Make those commands actually work using the command palette and not only using the right click context menu.
- Added extension logo. Thanks to Jonathan for help creating it.
- Updated readme.
- Right click
.json
files to convert to.yml
. - Right click
.yml
or.yaml
files to convert to json.