Skip to content

Releases: longkai/kubernetes-yaml-formatter

2.4.0

03 Dec 13:42
Compare
Choose a tag to compare
  • 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.

Full Changelog: 2.3.1...2.4.0

2.3.1

30 Nov 08:28
Compare
Choose a tag to compare
  • fix a potential bug where format result is empty.

Full Changelog: 2.3.0...2.3.1

2.3.0

19 Nov 13:25
Compare
Choose a tag to compare

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

12 Nov 13:39
Compare
Choose a tag to compare

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

04 Nov 14:19
c88b270
Compare
Choose a tag to compare

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

03 Nov 17:55
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release

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

02 Nov 11:34
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

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)

19 Oct 17:25
Compare
Choose a tag to compare

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(default false).

1.0.0 (30 Sep 2022)

30 Sep 09:42
Compare
Choose a tag to compare

Hello, World from my hometown Guilin!

Initial release of the kubernetes style yaml formatter which allows you to customize the sequence indent style.