Skip to content

Releases: prettier/prettier-vscode

0.17.1

04 May 08:38
Compare
Choose a tag to compare

Bundled prettier 1.3.0 -> 1.3.1

0.17.0

03 May 14:13
Compare
Choose a tag to compare

Bundled dependencies:

Minor

  • Now also handles jsx language in addition to javascript and javascriptreact. (#56)

0.16.0

28 Apr 15:11
Compare
Choose a tag to compare

Minor

  • New eslintIntegration (boolean: false)
    Use https://github.com/prettier/prettier-eslint
    Basically runs eslint --fix after prettier and infers prettier's settings from eslint's config.
    Wanna share some project config 😄

Thanks to @kentcdodds, @robwise, @ls-guillaume-lambert for their help.

0.15.1

23 Apr 08:51
Compare
Choose a tag to compare

Patch

  • Don't normalize / validate package.json #85

0.15.0

21 Apr 13:01
Compare
Choose a tag to compare

bundled with prettier 1.2.2

0.14.0

15 Apr 11:21
Compare
Choose a tag to compare

Bundled with [email protected]

Support for settings introduced in [email protected]:

  • useTabs
  • semi

0.13.1

15 Apr 10:46
Compare
Choose a tag to compare
0.13.1 Pre-release
Pre-release

Patch

0.13.0

12 Apr 18:17
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
bump version

0.12.0

29 Mar 20:13
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
bump version

Use local prettier

17 Mar 11:50
Compare
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