All notable changes to the "kubernetes-yaml-formatter" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- add
better-yaml.flowCollectionPadding
option. When true, a single space of padding will be added inside the delimiters of non-empty single-line flow collections. Default true.
- add
better-yaml.documentOptions.version
global option to set YAML version used by documents without a %YAML directive. - upgrade dependencies.
Rename to Better YAML Formatter since it works well with what you think about YAML :)
- Rewrite from grounding with Correct, Consistent and Customized result.
- Add universal platform support where VS Code runs including web browser!
- Add extension preview support staring this version.
- Add range formatting support!
- Add builtin helm and ansible support(with range formatting or valid content).
- Add comment string customization support.
- Add fine grained directives support.
- Bug fixes.
This release is brought you from my work place, Shenzhen.
- Add builtin Emoji support!
- Add a new setting
kubernetes-yaml-formatter.includeDocumentStart
to include---
at document start(defaultfalse
).
Hello, World from my hometown, Guilin!
Initial release of the kubernetes style yaml formatter which allows you to customize the sequence indent style.