Skip to content

Releases: standard-config/prettier

1.11.3

31 Mar 08:33

Choose a tag to compare

1.11.2

27 Mar 12:19

Choose a tag to compare

1.11.1

20 Mar 07:06

Choose a tag to compare

1.11.0

07 Mar 18:17

Choose a tag to compare

  • Removed support for XML-based file formats (*.xml, *.svg, and *.plist) to keep the config focused.
  • Replaced prettier-plugin-packagejson with prettier-plugin-pkg (same functionality, fewer dependencies).
  • Removed runtime dependency on rfdc.

1.10.0

26 Feb 11:34

Choose a tag to compare

  • Updated Markdown formatting to disable prose wrapping.

1.9.1

09 Feb 13:22

Choose a tag to compare

1.9.0

06 Feb 13:20

Choose a tag to compare

  • Added support for .oxfmtrc.json.
  • Added support for explicit wildcard placement in jsonSortOrder (unmatched keys used to be always sorted last).

1.8.1

03 Feb 17:58

Choose a tag to compare

  • Fixed an issue where formatting options targeting raw HTML fragments in Markdown also affected code blocks.
  • Switched XML-based file types to a dedicated XML parser (instead of the HTML parser).

1.8.0

31 Jan 14:51

Choose a tag to compare

1.7.0

27 Jan 19:09

Choose a tag to compare

  • Updated YAML formatting to remove unnecessary quotes and enforce a single collection style (via prettier-plugin-yaml).
  • Added explicit support for *.sh files (previously covered only by global defaults).