Skip to content

Releases: standard-config/prettier

1.6.1

26 Jan 14:28

Choose a tag to compare

  • Lowered the engines baseline to node@>=20 (from node@>=22).
  • Added build provenance.

1.6.0

25 Jan 10:36

Choose a tag to compare

  • Added the .editorconfig file.
  • Ensured $schema is sorted first in all .vscode/*.json files.

1.5.0

23 Jan 15:06

Choose a tag to compare

  • Defined sort order for .vscode/mcp.json and .vscode/sessions.json.
  • Added support for shellTabWidth and shellUseTabs that allow more intuitive indentation overrides. tabWidth and useTabs now target all non-shell files by default.
  • Deprecated prioritizeKeys in favor of jsonSortOrder, which now accepts an array of keys and normalizes it automatically.
  • Fixed a broken source map reference for the type definitions.

1.4.0

22 Jan 15:57

Choose a tag to compare

1.3.0

14 Jan 11:27

Choose a tag to compare

1.2.1

13 Jan 07:55

Choose a tag to compare

  • Moved local type definitions upstream.

1.2.0

12 Jan 09:35

Choose a tag to compare

  • Changed Markdown code block indentation from tabs to spaces. Here’s why.
  • Fixed the issue where JSON code blocks in Markdown would get sorted unexpectedly.

1.1.0

11 Jan 14:30

Choose a tag to compare

  • Added support for formatting shell files.
  • Added support for formatting XML-based files: *.xml, *.svg, and *.plist.
  • Lowered the engines baseline to node@>=22 (from node@>=24).

1.0.2

08 Jan 21:34

Choose a tag to compare

  • Fixed the ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING error. I promise.

1.0.1

08 Jan 20:16

Choose a tag to compare

  • Fixed the ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING error.