Improve CHANGELOG format again

master
James Long 2017-01-13 15:13:30 -05:00
parent 2ab030b1d2
commit 4ffdb0c43f
1 changed files with 44 additions and 44 deletions

View File

@ -3,47 +3,47 @@
[link](https://github.com/jlongster/prettier/compare/faed09ceea32fcdd58b525aa09b880afb9fa55b7...3af7da5748d64efaed781104ec198924c8c369f9) [link](https://github.com/jlongster/prettier/compare/faed09ceea32fcdd58b525aa09b880afb9fa55b7...3af7da5748d64efaed781104ec198924c8c369f9)
* 3af7da5 Reprint all the files! * Format property names consistently
* 6be8928 Wrap ForStatement in a block for const decls (#172) * remove node 0.10 from travis config, add travis badge to readme
* b429b24 include index.js in format:all script (#132) * Update snapshots
* 47102bc Add regression tests for long JSX Expression contents * chore: link prettier package to its github project
* 4fe16bd Multiline JSX opening tag breaks children out too (for #73) * add gitter badge to readme
* 2e1e6ee JSX maintains spaces that matter (fixes #30 and thus part of #73) * add instructions for Visual Studio plugin
* b09a020 Break JSXOpeningElement between attributes (fixes #15) * Do not unquote string properties
* d91a28e Wrap Stateless JSX Arrow Functions and Assignment in Parens (fixes part of #73) * Add prettier-browser
* 31a07fe Remove leftover `arrowParensAlways` option (#171) * v0.0.5 -- Accidentally didn't push this commit out before others landed; 0.0.5 is actually based on commit faed09ceea32fcdd58b525aa09b880afb9fa55b7
* 0b70a0f Numeric literal callees should keep parens (#141) * update yarn.lock
* df99ae5 Add test for shebang and move to index.js (#170) * remove recast (not used)
* ec5b0f7 Fix for Node 4 * Always use double quotes for JSX and properly escape
* 4ebccef Add tests for trailingComma option * remove unused recast ref
* 63c87b6 Add tests for tabWiths option * Fix typo in README.
* 7f9655e Add tests for quotes option * Support type annotation for rest argument on babylon parser
* e54b980 Add tests for bracketSpacing option * Use `setq' instead of `infc' and `decf'
* 3e0ac6c Update run_spec to support options * Add title and encoding to the REPL
* 958ea21 Add trailing comma support for multiline exports (#168) * Fix old name reference in tests_config
* 3dcf46c Do not put spaces on empty for loop (#169) * Minimize string escapes
* 8e0f97e Break multiline imports (#167) * Support method generics on babylon parser
* ecb26b3 treat shebang outside of parsing (#137) * Break long `exports` into multiple lines.
* fb9c1e8 Fix misprinting of computed properties in method chains. (#157) * Use group instead of conditionalGroup
* aab3008 Use group instead of conditionalGroup * Fix misprinting of computed properties in method chains. (#157)
* 1549936 Break long `exports` into multiple lines. * treat shebang outside of parsing (#137)
* 291440b Support method generics on babylon parser * Break multiline imports (#167)
* afca3d7 Minimize string escapes * Do not put spaces on empty for loop (#169)
* 62bfdcd Fix old name reference in tests_config * Add trailing comma support for multiline exports (#168)
* 7fee158 Add title and encoding to the REPL * Update run_spec to support options
* 0af65c6 Use `setq' instead of `infc' and `decf' * Add tests for bracketSpacing option
* 35fb28b Support type annotation for rest argument on babylon parser * Add tests for quotes option
* c9c560b Fix typo in README. * Add tests for tabWiths option
* 80f280d remove unused recast ref * Add tests for trailingComma option
* a6cdede Always use double quotes for JSX and properly escape * Fix for Node 4
* 1b5c7b3 remove recast (not used) * Add test for shebang and move to index.js (#170)
* eabc400 update yarn.lock * Numeric literal callees should keep parens (#141)
* b9cf404 v0.0.5 -- Accidentally didn't push this commit out before others landed; 0.0.5 is actually based on commit faed09ceea32fcdd58b525aa09b880afb9fa55b7 * Remove leftover `arrowParensAlways` option (#171)
* 4685164 Add prettier-browser * Wrap Stateless JSX Arrow Functions and Assignment in Parens (fixes part of #73)
* 18f5400 Do not unquote string properties * Break JSXOpeningElement between attributes (fixes #15)
* a673fc4 add instructions for Visual Studio plugin * JSX maintains spaces that matter (fixes #30 and thus part of #73)
* 57a73b8 add gitter badge to readme * Multiline JSX opening tag breaks children out too (for #73)
* 477e745 chore: link prettier package to its github project * Add regression tests for long JSX Expression contents
* 466d850 Update snapshots * include index.js in format:all script (#132)
* 884bae1 remove node 0.10 from travis config, add travis badge to readme * Wrap ForStatement in a block for const decls (#172)
* be8f65d Format property names consistently * Reprint all the files!