master
Christopher Chedeau 2017-01-30 09:41:09 -08:00
parent d27482e2fc
commit f88c95031e
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# 0.14.0
[link](https://github.com/jlongster/prettier/compare/0.13.0...0.14.0)
* Only write to files if the change (#511)
* Remove extra group when printing object values (#502)
* Add documentation for JetBrains products. (#509)
* Don't print trailing commas for object destructuring and rest (#512)
* Mention eslint-config-prettier (#516)
* [RFC] Keep expanded objects expanded (#495)
* Do not always put an empty lines after directives (#505)
* Print numbers in a uniform way (#498)
# 0.13.0
[link](https://github.com/jlongster/prettier/compare/0.12.0...0.13.0)

View File

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