Commit Graph

  • 44b5da8ade Add `graphql.experimental` parsing for react-relay (#2116) adanoff 2017-06-12 17:16:17 -0700
  • 4cf94c95c7 add list of projects using prettier (#2104) Cody Zuschlag 2017-06-12 23:23:33 +0200
  • 62b9e29af5 Fix comments in non strict mode (#2114) Christopher Chedeau 2017-06-12 09:50:51 -0700
  • fbf9064090 refactor(multiparser): move some logic from printer.js to multiparser.js (#2109) Lucas Azzola 2017-06-13 01:06:41 +1000
  • 4e4922b428 feat(website): revamp the website a bit (#2113) Lucas Azzola 2017-06-13 00:58:06 +1000
  • 85b7ec2b7f WebStorm: Uncheck Immediate file synchronization (#2112) Alex Ilyaev 2017-06-12 15:45:35 +0300
  • 364c38de0d Implement custom parser API (#1783) Lucas Azzola 2017-06-12 16:51:12 +1000
  • 486a89bfdc fix(typescript): workaround - don't wrap directives in parens, fixes #2074 (#2107) Lucas Azzola 2017-06-12 12:10:56 +1000
  • e8f12cf621 TypeScript: Remove parens from type annotations where possible (#2098) Lucas Azzola 2017-06-12 11:06:47 +1000
  • 9c608d2ec1 fix(typescript): use printFunctionParams for call/construct signature, fixes #2105 (#2106) Lucas Azzola 2017-06-12 09:06:38 +1000
  • 2dba2a64da Add `prettier-github` to related projects Jonas Gierer 2017-06-11 18:28:01 +0200
  • ec7d99439d fix(typescript): print arrow function type params on same line as params, fixes #2099 (#2101) Lucas Azzola 2017-06-12 00:30:51 +1000
  • 026f9b4de7 docs: prune old vim links from the table of contents Lucas Azzola 2017-06-11 22:35:35 +1000
  • 4395e09b78 fix(import): allow break with both default named import, fixes #2050 (#2096) Lucas Azzola 2017-06-11 14:55:21 +1000
  • a79a444bac fix(variable-declarator): indent first variable in one-var scenario, fixes #2072 (#2095) Lucas Azzola 2017-06-11 14:19:50 +1000
  • fdb7467de7 feat(html): add support for HTML fragments (#2093) Lucas Azzola 2017-06-11 13:10:34 +1000
  • b4f0ff346e feat(mutliparser): add react-relay and graphql-tag parsing (#2092) Lucas Azzola 2017-06-11 01:59:27 +1000
  • d1b94c540c Implement parser switching (HTML, Vue, styled-components) (#2086) Lucas Azzola 2017-06-11 01:03:39 +1000
  • 77f0c05d2a fix(method-chain): break on non-literal computed member expression, fixes #2075 (#2087) Lucas Azzola 2017-06-11 00:47:22 +1000
  • 1e08f03554 fix(typescript): break on multiple interface extends, fixes #2043 (#2085) Lucas Azzola 2017-06-11 00:46:59 +1000
  • f7819d5695 CSS: implement prettier-ignore (#2089) Lucas Azzola 2017-06-11 00:45:59 +1000
  • a9409f11e7 fix(css): print @else on same line as }, fixes #2053 (#2088) Lucas Azzola 2017-06-11 00:40:05 +1000
  • 8903e5e527 fix(html): fix AST_COMPARE on htmlparser2 ASTs (#2084) Lucas Azzola 2017-06-10 12:45:39 +1000
  • d00956d51d feat(html): add parse5/htmlparser2 printer (#2083) Lucas Azzola 2017-06-10 12:22:59 +1000
  • f399e90bc2 Preserve lines after directives (#2070) Christopher Chedeau 2017-06-08 17:10:01 -0700
  • d062961ccf Create README.md Christopher Chedeau 2017-06-08 16:57:26 -0700
  • 7114eb4f1e Fixing type on vim documentation (#2066) Mitermayer Reis 2017-06-08 14:37:02 -0700
  • 939734b75e Use ifBreak instead of shouldBreak (#2063) Christopher Chedeau 2017-06-08 11:47:49 -0700
  • 753ff5f0ac Fix lint errors (#2062) Tim Griesser 2017-06-08 12:49:24 -0400
  • 8a87681f66 Adding vim editor reference (#2041) Mitermayer Reis 2017-06-08 09:43:27 -0700
  • df26cc05cc Support graphql ListType (#2061) Tim Griesser 2017-06-08 12:34:35 -0400
  • 883e637fa9 Support the Keyword type (#2056) Christopher Chedeau 2017-06-08 09:25:28 -0700
  • e9045e4bcf Support graphql NonNullType (#2060) Tim Griesser 2017-06-08 12:20:41 -0400
  • 126727380d CSS: Every selector is now printed in its own line (#2047) Pier Paolo Ramon 2017-06-08 16:46:24 +0200
  • 4758f5a80d 1.4.4 Christopher Chedeau 2017-06-07 16:38:05 -0700
  • f702c2c614 1.4.3 Christopher Chedeau 2017-06-07 15:48:34 -0700
  • 820e39b2b3 Clean up build script, add Babel for docs js bundles (#1970) Martin V 2017-06-08 00:20:48 +0200
  • 924363193b Check if the next group has comments (#2040) Christopher Chedeau 2017-06-07 15:20:11 -0700
  • 1edb1f261b Include typeAnnotation inside of node location (#2039) Christopher Chedeau 2017-06-07 15:05:46 -0700
  • 42b0368e3d Fix decorator comments for export class (#2038) Christopher Chedeau 2017-06-07 14:55:55 -0700
  • b730f4eccf Add group around TSMethodSignature (#2037) Christopher Chedeau 2017-06-07 14:20:55 -0700
  • 09f147decd Do not throw for unprinted comments inside of JSX (#2036) Christopher Chedeau 2017-06-07 12:57:03 -0700
  • ccda4c7115 Break decorator before content (#2032) Christopher Chedeau 2017-06-07 12:40:47 -0700
  • e16478ef80 Fix less &:extends when parsed with scss (#2034) Christopher Chedeau 2017-06-07 12:40:36 -0700
  • cabae6d877 Fix parenthesis for call expression inside of member expression inside of new (#2035) Christopher Chedeau 2017-06-07 12:40:27 -0700
  • c7cacf0529 Break if string | null (#2028) Christopher Chedeau 2017-06-07 11:51:32 -0700
  • c9c8512170 Only prevent lone `set` if there's no type annotations (#2026) Christopher Chedeau 2017-06-07 11:51:25 -0700
  • 5ba0b0ec87 Add semi for functions without body (#2025) Christopher Chedeau 2017-06-07 11:51:17 -0700
  • 57b3fe8a50 Update commands.md Christopher Chedeau 2017-06-07 11:43:06 -0700
  • e1ebbff001 Update commands.md Christopher Chedeau 2017-06-07 11:42:31 -0700
  • 9d4fabd691 Pretty printer commands.js Christopher Chedeau 2017-06-07 11:17:04 -0700
  • 8ec1b40961 GraphQL: Add support for union types (#2014) Alexandre BODIN 2017-06-07 19:33:46 +0200
  • 0222d8eefe Update README for emacs integration link (#2024) Eugene Korbut 2017-06-07 23:21:17 +0700
  • 0583fd4ce6 Add alias and null value (#2017) Sashko Stubailo 2017-06-06 18:06:15 -0700
  • 1f3665fba0 Upgrade prettier to v1.4.2, fix lint issues (#2018) Joseph Frazier 2017-06-06 21:05:22 -0400
  • f261ad4efb Add .yarnrc to use exact versions (#2016) Joseph Frazier 2017-06-06 21:04:52 -0400
  • 88f962beee Add support for GraphQL directies (#2015) Sashko Stubailo 2017-06-06 17:42:47 -0700
  • 552ceb30e8 Allow --debug-check to work with stdin (#2013) Joseph Frazier 2017-06-06 19:10:24 -0400
  • b20437ad13 Use printStatementSequence() to print SwitchCase consequent (#2011) Joseph Frazier 2017-06-06 17:58:20 -0400
  • 0cfd772fd2 Protect SwitchCase statements from ASI (#2008) Joseph Frazier 2017-06-06 17:28:51 -0400
  • 7c051804a8 Add support for GraphQL object values (#2010) Sashko Stubailo 2017-06-06 14:28:15 -0700
  • c441f87fc0 Add GraphQL fragment support (#2005) Sashko Stubailo 2017-06-06 12:35:40 -0700
  • d4774edd03 Parse CSS in template literals (styled-jsx) (#1984) Rodrigo Pombo 2017-06-06 12:28:13 -0300
  • 6d00644c78 Add GraphQL variable definition support (#1995) Sashko Stubailo 2017-06-06 08:26:04 -0700
  • d679f235ed Also infer parser when using `--list-different` (#1997) Philipp Spieß 2017-06-06 17:24:56 +0200
  • df7311a7f3 Add parens around all string literals at top level (#1999) Daniel Tschinder 2017-06-06 17:24:13 +0200
  • c80e82c7d7 Add support for list values (#1994) Sashko Stubailo 2017-06-05 23:45:15 -0700
  • c46a20c8c1 re-run tests Christopher Chedeau 2017-06-05 22:26:35 -0700
  • df08dc4a56 Add support for arguments with soft line break (#1993) Sashko Stubailo 2017-06-05 22:25:12 -0700
  • 8cb259eac7 GraphQL: Add support for printing operation names (#1992) Sashko Stubailo 2017-06-05 22:24:01 -0700
  • 76c5733b55 GraphQL: Add support for formatting fields in selection sets (#1991) Sashko Stubailo 2017-06-05 22:23:03 -0700
  • c863cbeac8 Translate cursor relative to nearest node, not SourceElement (#1989) Joseph Frazier 2017-06-05 21:51:53 -0400
  • 19bd2a3f7c Add "use strict" to fix SyntaxError on Node@4 (#1988) Carl von Buelow 2017-06-05 21:27:55 -0400
  • d9e4d8f1b8 Remove unnecessary 'else' after 'return' (#1987) Joseph Frazier 2017-06-05 18:12:59 -0400
  • 73432c2ce7 Position JSX whitespace (`{" "}`) at the end of lines (#1964) Karl O'Keeffe 2017-06-05 21:52:54 +0100
  • e33d6773d6 Adding support for `graphql` (#1982) Jon Wong 2017-06-05 15:34:08 -0400
  • 31ab3b6036 feat(css): split postcss printer into separate file (#1969) Lucas Azzola 2017-06-06 00:28:38 +1000
  • 5f5980b217 Revert to official tsep and bump TS to 2.3.4 (#1972) James Henry 2017-06-05 13:15:00 +0100
  • 4291a8cedc Update single quote option in README (#1952) tdeschryver 2017-06-04 23:41:57 +0200
  • 642ac7e230 fix(typescript): print semi in class index signatures, fixes #1960 (#1961) Lucas Azzola 2017-06-05 00:21:33 +1000
  • 41688901f2 Make README more JavaScript agnostic (#1955) Christian Hamburger Grøngaard 2017-06-04 13:24:18 +0200
  • fed9f0f4eb Mention TypeScript and CSS in the README (#1950) Lucas Azzola 2017-06-04 13:03:30 +1000
  • e0682a9558 Miscellaneous minor README fixes (#1943) Christian Hamburger Grøngaard 2017-06-03 20:49:15 +0200
  • 86febfe797 1.4.2 Christopher Chedeau 2017-06-03 08:54:22 -0700
  • 6697122e28 fix(decorators): do not inline methods with decorators with babylon, fixes #1933 (#1934) Lucas Azzola 2017-06-03 22:24:24 +1000
  • 649cec7fdd TypeScript: fix trailing comma in enum (#1938) Lucas Azzola 2017-06-03 22:20:36 +1000
  • c57f2ab507 fix(typescript): no semi after export default abstract class, fixes #1926 (#1937) Lucas Azzola 2017-06-03 22:19:39 +1000
  • 2ef169eb67 fix(typescript): print semi with inline interfaces/types, fixes #1930 (#1936) Lucas Azzola 2017-06-03 22:18:59 +1000
  • f56f9e5e8f 1.4.1 Christopher Chedeau 2017-06-02 16:25:57 -0700
  • 3d175cc305 Remove eval for npm release (#1925) Christopher Chedeau 2017-06-02 16:19:26 -0700
  • 2b6c1cd27e Update typescript-eslint (#1924) Christopher Chedeau 2017-06-02 16:19:15 -0700
  • dae7203be6 Fix As parenthesis for real (#1923) Christopher Chedeau 2017-06-02 16:08:45 -0700
  • 3264da9cab Fix leading comment (#1920) Christopher Chedeau 2017-06-02 15:50:43 -0700
  • 3580aac6e0 Say "group" instead of "multilineGroup" in commands.md (#1921) Joseph Frazier 2017-06-02 18:49:08 -0400
  • db0be7fd5b fix conflict Christopher Chedeau 2017-06-02 15:44:50 -0700
  • 323d64fb84 Port intersection inlining logic to TypeScript (#1919) Christopher Chedeau 2017-06-02 15:40:33 -0700
  • 0d239477cb Use semi-colon for object separator (#1918) Christopher Chedeau 2017-06-02 15:32:51 -0700
  • 451f4aaad5 Add regression test for --debug-check (#1917) Joseph Frazier 2017-06-02 18:30:39 -0400
  • 620119d9d4 Fix --debug-check (#1916) Christopher Chedeau 2017-06-02 15:10:08 -0700
  • 74f0d3979b Add parenthesis for yield and await inside of `as` (#1915) Christopher Chedeau 2017-06-02 15:10:02 -0700