Skip to content

Releases: svipas/vscode-prettier-plus

4.2.2

07 Jul 13:47
Compare
Choose a tag to compare
  • Update all dependencies across whole project.
  • Change project file names convention.
  • Update README.

4.2.1

25 Jun 11:14
Compare
Choose a tag to compare
  • Update .vscodeignore.

4.2.0

24 Jun 17:33
Compare
Choose a tag to compare
  • Update all dependencies across whole project.
  • Use Yarn instead of npm.
  • Use webpack instead of Parcel.
  • Fix Cannot find module 'core-js/modules/es.array.iterator' by adding core-js dependency manually.

4.1.2

09 Jun 15:49
Compare
Choose a tag to compare
  • Update all dependencies across whole project including prettier-eslint to 11.0.0.

4.1.1

26 May 10:15
Compare
Choose a tag to compare
  • Update script for fixing prettier integrations and add it to .vscodeignore.
  • Fix formatting of VS Code settings.json file by adding special language selector.

4.1.0

25 May 17:12
Compare
Choose a tag to compare
  • Add missing scope parameter for several configs.
  • Update all dependencies across whole project including prettier-eslint to 10.1.1.

4.0.2

17 May 17:02
Compare
Choose a tag to compare
  • Simplify script to fix prettier integrations.
  • Reformat project with new settings.
  • Update all dependencies.
  • Add vscode:publish script.
  • Update README.

4.0.1

29 Apr 21:24
Compare
Choose a tag to compare
  • Update README.

4.0.0

29 Apr 20:53
Compare
Choose a tag to compare
  • Change project indentation to tabs.
  • Update all dependencies across whole project including Prettier to 2.0.5 version (https://prettier.io/blog/2020/03/21/2.0.0.html).
  • Change project filename convention to kebab-case.
  • Create utils for tests instead of ExtensionTest class with static methods.
  • Change default value for trailingComma to es5.
  • Change default value for arrowParens to always.
  • Change default value for endOfLine to lf.
  • Remove the version parameter from prettier.getSupportInfo().
  • Add babel-ts parser.
  • Fix prettier-stylelint parser by manually changing it from postcss to css.
  • Fix prettier-tslint peer dependency prettier by manually changing it from ^1.7.4 to ^2.0.0.

3.6.6

09 Mar 11:53
Compare
Choose a tag to compare
  • Update all dependencies across whole project.
  • Change filename convention to use camelCase and hyphen for folders.
  • Refactor extension.