All notable changes to the "prettier-vscode" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- new setting, ignorePath. Ignore files.
- Eslint now also runs on TypeScript files.
- new setting, stylelintIntegration. prettier + stylelint.
- Prettier 1.7
- Prettier 1.6.1
- Read configuration from files.
- Prettier 1.6
- Changed Status bar: hide/show depending on active editor.
- Fix local resolution.
- Reworked error messages. They are now in a dedicated output channel.
- Prettier 1.5
- Added JSON and GraphQL formatting (Range formatting disabled)
- Disable range formatting with postcss parser (broken)
- Fix sass language id (sass -> scss)
- Update prettier to 1.4.4
- Update prettier-eslint to 6.3.0
- Option to select language ids prettier will run on.
- Prettier 1.4.2
- Prettier 1.4
- Now also formats CSS and TypeScript
- Format Selection highly improved.
- Bump dependencies.
jsx
language support in addition tojavascript
andjavascriptreact
.
- New setting eslintIntegration. Use
prettier-eslint
under the hood.
- Bundled with prettier 1.1.0
- New setting
useTabs
. (prettier 1.0) - New setting
semi
. (prettier 1.0)
- Local prettier has to be explicitely installed (dependencies or devDependencies)
- Resolve 'prettier' against formatted file. Nearest upward node_modules/prettier
- New setting
jsxBracketSameLine
. (prettier 0.17.0) - Changed
trailingComma
setting['none', 'es5', 'all']
(prettier 0.19.0)
- Removed
Prettier
action. - Use vscode actions
Format Document
andFormat Selection
. - Removed
prettier.formatOnSave
setting in favor of the more general settingeditor.formatOnSave
- Deprecated
useFlowParser
setting. Introducedparser
setting. (Since prettier 0.0.10)
- Initial release