master
Lucas Azzola 2018-01-10 22:39:01 +11:00
parent 9a1b57587d
commit bae21cb166
4 changed files with 28 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Tip! Don't write this stuff manually.
-->
**Prettier 1.9.2**
**Prettier 1.10.0**
[Playground link](https://prettier.io/playground/#.....)
```sh
# Options (if any):

View File

@ -1,3 +1,9 @@
# 1.10.0
[link](https://github.com/prettier/prettier/compare/1.9.2...1.10.0)
* [Release Notes](https://prettier.io/blog/2018/01/10/1.10.0.html)
# 1.9.2
[link](https://github.com/prettier/prettier/compare/1.9.1...1.9.2)

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.9.2",
"version": "1.10.0",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier": "./bin/prettier.js"

View File

@ -395,10 +395,15 @@ exports[`API getSupportInfo() with version 1.8.2 -> undefined 1`] = `
- First value
+ Second value
@@ -29,10 +29,18 @@
@@ -27,12 +27,23 @@
\\"scss\\",
],
\\"TypeScript\\": Array [
\\"typescript\\",
],
+ \\"Vue\\": Array [
+ \\"vue\\",
+ ],
},
\\"options\\": Object {
+ \\"arrowParens\\": Object {
@ -414,7 +419,7 @@ exports[`API getSupportInfo() with version 1.8.2 -> undefined 1`] = `
\\"type\\": \\"boolean\\",
},
\\"cursorOffset\\": Object {
@@ -80,14 +88,15 @@
@@ -80,14 +91,15 @@
},
\\"type\\": \\"int\\",
},
@ -604,6 +609,19 @@ exports[`CLI --support-info (stdout) 1`] = `
\\"tmScope\\": \\"source.gfm\\",
\\"linguistLanguageId\\": 222,
\\"vscodeLanguageIds\\": [\\"markdown\\"]
},
{
\\"name\\": \\"Vue\\",
\\"since\\": \\"1.10.0\\",
\\"parsers\\": [\\"vue\\"],
\\"group\\": \\"HTML\\",
\\"tmScope\\": \\"text.html.vue\\",
\\"aceMode\\": \\"html\\",
\\"codemirrorMode\\": \\"htmlmixed\\",
\\"codemirrorMimeType\\": \\"text/html\\",
\\"extensions\\": [\\".vue\\"],
\\"linguistLanguageId\\": 146,
\\"vscodeLanguageIds\\": [\\"vue\\"]
}
],
\\"options\\": [