Skip to content

Releases: prettier/prettier-vscode

0.14.0

15 Apr 11:21

Choose a tag to compare

Bundled with prettier@1.1.0

Support for settings introduced in prettier@1.0.0:

  • useTabs
  • semi

0.13.1

15 Apr 10:46

Choose a tag to compare

0.13.1 Pre-release
Pre-release

Patch

0.13.0

12 Apr 18:17

Choose a tag to compare

0.13.0 Pre-release
Pre-release
bump version

0.12.0

29 Mar 20:13

Choose a tag to compare

0.12.0 Pre-release
Pre-release
bump version

Use local prettier

17 Mar 11:50

Choose a tag to compare

Use local prettier Pre-release
Pre-release

prettier-vscode will now look for a prettier version installed locally in the project's node_modules before falling back to the prettier bundled with this extension.

All credit for the development goes to @CiGit

0.10.1

06 Mar 13:28

Choose a tag to compare

0.10.1 Pre-release
Pre-release
bump version

0.10.0: Merge pull request #38 from CiGit/settings-update

06 Mar 13:27

Choose a tag to compare

Update to prettier 0.21.0

0.9.0: Merge pull request #37 from CiGit/readme

14 Feb 10:25

Choose a tag to compare

Readme Settings update to match prettier's

0.7.1

04 Feb 15:58

Choose a tag to compare

0.7.1 Pre-release
Pre-release
bump version

0.7.0

04 Feb 15:56

Choose a tag to compare

0.7.0 Pre-release
Pre-release
  • Removed Prettier action.
  • Use vscode actions Format Document and Format Selection.
  • Removed prettier.formatOnSave setting in favor of the more general setting editor.formatOnSave
  • Deprecated useFlowParser setting. Introduced parser setting. (Since prettier 0.0.10)

Big shout out to Cyril Junod for these changes