master
Christopher Chedeau 2017-01-27 14:41:30 -08:00
parent 32059f6914
commit 94b137ac47
3 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,13 @@
# 0.13.0
[link](https://github.com/jlongster/prettier/compare/0.12.0...0.13.0)
* Simplify arrow functions that use blocks (#496)
* Properly print comments for BinaryExpression (#494)
* Preserve empty line after comment (#493)
* [JSX] Handle each line of text separately (#455)
* Proper support for dangling comments (#492)
# 0.12.0
[link](https://github.com/jlongster/prettier/compare/0.11.0...0.12.0)

14
docs/prettier.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "0.12.0",
"version": "0.13.0",
"description": "Prettier is an opinionated JavaScript formatter",
"bin": {
"prettier": "./bin/prettier.js"