Releases: standard-config/prettier
Releases · standard-config/prettier
1.11.3
31 Mar 08:33
Compare
Sorry, something went wrong.
No results found
1.11.2
27 Mar 12:19
Compare
Sorry, something went wrong.
No results found
1.11.1
20 Mar 07:06
Compare
Sorry, something went wrong.
No results found
1.11.0
07 Mar 18:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated Markdown formatting to disable prose wrapping.
1.9.1
09 Feb 13:22
Compare
Sorry, something went wrong.
No results found
1.9.0
06 Feb 13:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.7.0
27 Jan 19:09
Compare
Sorry, something went wrong.
No results found
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).