Releases: svipas/vscode-prettier-plus
Releases · svipas/vscode-prettier-plus
4.2.2
- Update all dependencies across whole project.
- Change project file names convention.
- Update
README
.
4.2.0
- 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
- Update all dependencies across whole project including
prettier-eslint
to 11.0.0
.
4.1.1
- 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
- Add missing
scope
parameter for several configs.
- Update all dependencies across whole project including
prettier-eslint
to 10.1.1
.
4.0.2
- Simplify script to fix prettier integrations.
- Reformat project with new settings.
- Update all dependencies.
- Add
vscode:publish
script.
- Update
README
.
4.0.0
- 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
- Update all dependencies across whole project.
- Change filename convention to use camelCase and hyphen for folders.
- Refactor extension.