master
Lucas Azzola 2017-11-09 21:28:38 +11:00
parent adabed2c3f
commit fba2e6c92d
4 changed files with 21 additions and 12 deletions

View File

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

View File

@ -1,3 +1,12 @@
# 1.8.2
[link](https://github.com/prettier/prettier/compare/1.8.1...1.8.2)
* Markdown: Don't break on links (#3204 by ikatyang)
* Markdown: Add `--no-prose-wrap` option (#3199 by ikatyang)
* TypeScript: Parenthesis around TSAsExpression inside TSAbstractClassDeclaration (#3191 by duailibe)
* JSON: Print JSON top comments as leading comments of root node (#3187 by duailibe)
# 1.8.1
[link](https://github.com/prettier/prettier/compare/1.8.0...1.8.1)

View File

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

File diff suppressed because one or more lines are too long