master
Christopher Chedeau 2017-02-28 10:49:30 -08:00
parent d6e3815c19
commit e09bdd4447
3 changed files with 29085 additions and 8 deletions

View File

@ -1,3 +1,25 @@
# 0.20.0
[link](https://github.com/jlongster/prettier/compare/0.19.0...0.20.0)
* Fix extra parens for update expressions (#796)
* Fix empty options (#803)
* Eagerly evaluate `ifBreak` when processing template literals (fixes #795
* Fix function declaration params comments (#802)
* Update flow to 0.40 (#808)
* Correct link for travis
* Fix function call args (#809)
* Properly support `do` (#811)
* Do not put parenthesis around not named default export (#819)
* Adds another preset to related projects (#820)
* Fix trailing commas in docs (#825)
* Put short body of arrow functions on the same line (#829)
* Preserve new lines for comments after `=` (#830)
* Fix indentation of a merged group (#828)
* Migrate class comments to the beginning (#831)
* Update list of related projects (#833)
* Allow breaking for logical expressions in member chains (#827)
# 0.19.0
[link](https://github.com/jlongster/prettier/compare/0.18.0...0.19.0)

29069
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.19.0",
"version": "0.20.0",
"description": "Prettier is an opinionated JavaScript formatter",
"bin": {
"prettier": "./bin/prettier.js"