master
Lucas Azzola 2017-11-07 23:38:55 +11:00
parent 18345817d8
commit fdd0dbfdd2
4 changed files with 29 additions and 15 deletions

View File

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

View File

@ -1,3 +1,14 @@
# 1.8.1
[link](https://github.com/prettier/prettier/compare/1.8.0...1.8.1)
* Force JSON to no trailing comma in multiparser (#3182 by azz)
* Don't add trailing commas in JSXAttribute for arrow functions (#3181 by duailibe)
* Markdown: Allow more cases that `_`-style emphasis is available (#3186 by ikatyang)
* Markdown: Handle additional spaces before `code` (#3180 by ikatyang)
* Markdown: Do not break on unbreakable place (#3177 by ikatyang)
* Markdown: Do not break before special prefix (#3172 by ikatyang)
# 1.8.0
[link](https://github.com/prettier/prettier/compare/1.7.4...1.8.0)

View File

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

File diff suppressed because one or more lines are too long