Releases: longkai/kubernetes-yaml-formatter
Releases · longkai/kubernetes-yaml-formatter
2.4.0
2.3.1
- fix a potential bug where format result is empty.
Full Changelog: 2.3.0...2.3.1
2.3.0
add a new version
yaml option, default to 1.2.
- add
better-yaml.documentOptions.version
global option to set YAML version used by documents without a %YAML directive. - upgrade dependencies.
Full Changelog: 2.2.0...2.3.0
2.2.0
Add a new lineWidth
option, default 0.
better-yaml.lineWidth
: Maximum line width (set to 0 to disable folding). This is a soft limit, as only double-quoted semantics allow for inserting a line break in the middle of a word.
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.0 (03 Nov 2024)
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.
2.0.2
What's Changed
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.
Full Changelog: v1.1.0...2.0.2
v2.0.0-rc.1
What's Changed
- Rename extension name to
Better YAML Formatter
- Rewrite with correct and consistent formatting results
- Support Range formatting
- Support helm and ansible
- Support web browser environment
- Support comment style customization
- Better preview release and release workflow
- Bug fixes
Full Changelog: v1.1.0...v2.0.0-rc.0
1.1.0 (20 Oct 2022)
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
).
1.0.0 (30 Sep 2022)
Hello, World from my hometown Guilin!
Initial release of the kubernetes style yaml formatter which allows you to customize the sequence indent style.