master
Christopher Chedeau 2017-04-13 09:28:42 -07:00
parent 1a0067eae4
commit 23756cdc59
3 changed files with 3065 additions and 1849 deletions

View File

@ -1,3 +1,9 @@
# 1.0.0
[link](https://github.com/jlongster/prettier/compare/0.22.0...1.0.0)
* See announcement blog post: [http://jlongster.com/prettier-1.0](http://jlongster.com/prettier-1.0)
# 0.22.0
[link](https://github.com/jlongster/prettier/compare/0.21.0...0.22.0)
@ -40,10 +46,10 @@
* [JSX] Break before and after jsx whitespace (#836)
* re-run snapshot tests
* Run prettier 0.20.0 (#835)
* [JSX] Don't wrap JSX Elements in parentheses in {} (#845)
* [JSX] Don't wrap JSX Elements in parentheses in {} (#845)
* Fix comment after the last argument of a function (#856)
* Fix travis build imag
* Do not break require calls (#841)
* Do not break require calls (#841)
* Stabilize import as comments (#855)
* Fix jsx expression comment that break (#852)
* Inline last arg function arguments (#847)

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