Commit Graph

  • 28e886aea1 Add tests for comments (#330) Christopher Chedeau 2017-01-19 11:28:40 -0800
  • 340da019d3 Add quotes around unicode keys in flow parser (#328) Christopher Chedeau 2017-01-19 09:37:24 -0800
  • a4dd760a38 Hug objects and arrays inside of JSXExpressionContainer (#213) Christopher Chedeau 2017-01-19 09:37:02 -0800
  • ed0023012d Properly escape JSXText (#329) Christopher Chedeau 2017-01-19 08:30:35 -0800
  • bb9d288dbb Add canonical link to Prettier SublimeText package. (#318) Jon LaBelle 2017-01-19 09:17:23 -0600
  • a6ec181566 Fix crash for single rest on class declaration (#315) Christopher Chedeau 2017-01-19 07:01:31 -0800
  • a7793a66ee Add description to package.json (#320) Christopher Chedeau 2017-01-19 07:00:45 -0800
  • 9939ca7318 Tweak 0.0.0 changelog link to use version tags James Long 2017-01-18 20:51:24 -0500
  • 0f54791582 Run prettier through the codebase (#316) Christopher Chedeau 2017-01-18 15:31:46 -0800
  • b065eaa582 Update docs to 0.0.9 (#309) Christopher Chedeau 2017-01-18 14:26:22 -0800
  • e4b5aaade2 Fix docs (#307) Christopher Chedeau 2017-01-18 14:24:42 -0800
  • 10ff6ead26 v0.0.9 (#308) Christopher Chedeau 2017-01-18 14:23:39 -0800
  • a7405257ac Print binary and logical expressions in a nicer format (#262) James Long 2017-01-18 17:01:17 -0500
  • 52a44610be [JSX] Split elements on newlines and preserve whitespace (w/@yamafaktory) (#234) Alex Rattray 2017-01-18 13:25:20 -0800
  • 6146e064b2 Add --run-in-band to travis (#306) Christopher Chedeau 2017-01-18 13:22:04 -0800
  • 40973641a3 add version flag (#294) Jeffrey Horn 2017-01-18 12:45:44 -0800
  • f79e838095 Fix trailing whitespace (#300) Christopher Chedeau 2017-01-18 12:38:33 -0800
  • 38c8d8cd0f Remove unused variable (#304) Joe Fiorini 2017-01-18 15:37:20 -0500
  • 5199144878 Fix bracketSpacing typo in tests (#299) Michał Pierzchała 2017-01-18 21:22:12 +0100
  • 4c1a7b1082 Introduce second argument to ifBreak (#302) Christopher Chedeau 2017-01-18 12:13:50 -0800
  • 87b0ed3042 Fix parens around anonymous functions (#297) Brian Ng 2017-01-18 13:12:57 -0600
  • c02bd6a8d5 Handle additional export default parens cases (#298) Brian Ng 2017-01-18 13:11:52 -0600
  • 870dbd0003 Use js native String.repeat() (#293) Rafael Hengles 2017-01-18 16:33:26 -0200
  • fadbbeb4ea Use exact versions in package.json (#291) Christopher Chedeau 2017-01-18 09:48:04 -0800
  • a8eb09553a Do not output trailing commas with rest arguments (#283) Christopher Chedeau 2017-01-18 09:42:20 -0800
  • c2d1b49b62 Allow customizing args sent to prettier-command (#289) Joe Fiorini 2017-01-18 12:36:59 -0500
  • 60af75b37b Update flow-parser to 0.38 (#290) Christopher Chedeau 2017-01-18 09:35:42 -0800
  • a123e31e82 Workaround flow parser bug with spread in arrays (#285) Christopher Chedeau 2017-01-18 09:14:14 -0800
  • 083876e66d Fix missing semi when default exporting CallExpression (#287) Brian Ng 2017-01-18 11:03:31 -0600
  • b94b86331f Ensure parens on NewExpression with function callee (#282) Brian Ng 2017-01-17 21:45:56 -0600
  • 8229355508 Fix path when printing member chains so parens work properly (fixes #243) (#281) James Long 2017-01-17 22:39:47 -0500
  • 789a3029f4 Remove +1 from newline detection (#261) Christopher Chedeau 2017-01-17 19:33:55 -0800
  • bc9b1fde19 Add newline after shebang if necessary. (#215) Benjamin Tan 2017-01-18 06:16:40 +0800
  • 92795a0fda Fix space missing before `,` on import with bracket spacing off (#279) Christopher Chedeau 2017-01-17 14:12:56 -0800
  • b580a18f30 Fix space missing before `,` on export with bracket spacing off (#278) Christopher Chedeau 2017-01-17 14:12:42 -0800
  • 2dac27f777 Allow specifying the major mode that `defun-before-save` will use. (#276) Sorin Muntean 2017-01-17 23:10:47 +0100
  • b7455951e7 Workaround flow bug parsing astral unicode characters (#277) Christopher Chedeau 2017-01-17 13:47:20 -0800
  • 6f2b01193f Update live editor to 0.0.8 James Long 2017-01-17 11:00:02 -0500
  • dd156c28b2 Update changelog for 0.0.8 James Long 2017-01-17 10:37:06 -0500
  • bc5392c2a6 v0.0.8 James Long 2017-01-17 09:43:55 -0500
  • 0192d58bc5 Preserve the way numbers were written (#257) Christopher Chedeau 2017-01-16 20:01:51 -0800
  • f0d2ad4508 Fix parens for functions inside TaggedTemplateExpression (#259) Brian Ng 2017-01-16 21:47:13 -0600
  • f603ca4688 Make sure empty for loops generate valid code (#224) Christopher Chedeau 2017-01-16 09:54:39 -0800
  • 65a2a150b5 Fix last element of an array being null (#232) Christopher Chedeau 2017-01-16 09:53:39 -0800
  • d9ea466cd3 Fix FunctionExpression parens issues (#250) Brian Ng 2017-01-16 11:52:55 -0600
  • 86c65d1f81 Fix missing parenthesis for typeof and arrow functions (#249) Brian Ng 2017-01-16 11:08:46 -0600
  • 1c8414e894 Fix empty export with from clause (#248) Brian Ng 2017-01-16 10:58:23 -0600
  • 74bc9e7a4d Add newline for empty blocks {} (#205) Christopher Chedeau 2017-01-16 08:31:32 -0800
  • c9af5a6c3b Escape strings using jsesc (#229) Christopher Chedeau 2017-01-16 08:03:59 -0800
  • b1138bdfd9 Fix parens issue with nested UrnaryExpressions (#237) Brian Ng 2017-01-16 09:51:16 -0600
  • 2ff1ba8494 Consolidate badges in readme James Long 2017-01-16 10:08:06 -0500
  • 4343488c83 Add npm version badge (#240) Henry Zhu 2017-01-16 10:06:47 -0500
  • 470f80c17a Fix issue with ArrowFunctionExpression parens (#236) Brian Ng 2017-01-16 00:42:42 -0600
  • 340a39b414 Fix cases of missing parens with NewExpression (#230) Brian Ng 2017-01-15 22:56:40 -0600
  • 0e1afd6312 Fix empty exports (#225) Christopher Chedeau 2017-01-15 20:53:41 -0800
  • 05be0eb31b Add flow parser experimental options (#221) Christopher Chedeau 2017-01-15 20:46:27 -0800
  • c5d7619ad6 Remove faulty location check on template literals that throws in Nuclide (#218) Christopher Chedeau 2017-01-15 20:46:05 -0800
  • a4695b16f6 Last argument expansion works for arrow functions that return JSX (#211) Christopher Chedeau 2017-01-14 21:04:50 -0800
  • b9d2d1aac5 Fix comma when an arrow function with no arguments breaks (#210) Christopher Chedeau 2017-01-14 20:55:38 -0800
  • 15cc3bb778 Fix key quotes omission for flow parser (#203) Christopher Chedeau 2017-01-14 20:40:26 -0800
  • fe959631c1 Fix directives printing for empty functions (#199) Christopher Chedeau 2017-01-14 20:39:41 -0800
  • fe72aecce9 Fix parenthesis for UpdateExpression (#198) Christopher Chedeau 2017-01-14 20:37:57 -0800
  • f70c9ec6d1 Don't break to new line if logical/loop statements are without brackets. (#194) Benjamin Tan 2017-01-15 12:37:13 +0800
  • 3f31a87da1 Remove legacy Recast code and simplify API. (#191) Benjamin Tan 2017-01-15 12:25:30 +0800
  • 7f80d8dbff Add note about Sublime Test github issue in readme James Long 2017-01-14 23:21:58 -0500
  • 281417ac1d Fix await parenthesis (#185) Christopher Chedeau 2017-01-14 20:12:17 -0800
  • 60c0b52fed Update live editor to 0.0.7 James Long 2017-01-13 23:33:38 -0500
  • e447971612 v0.0.7 James Long 2017-01-13 23:27:49 -0500
  • 6f5df0e2b6 Change test to workaround babylon bug (#184) Christopher Chedeau 2017-01-13 20:17:02 -0800
  • d8c51483fc Fix DeclareInterface (#182) Christopher Chedeau 2017-01-13 20:15:30 -0800
  • 3134b1c86c Make `declare type` consistent between babylon and flow (#183) Christopher Chedeau 2017-01-13 20:14:32 -0800
  • ca230c2f2f Fix exponent in babylon (#181) Christopher Chedeau 2017-01-13 20:12:21 -0800
  • f49111c87c add license to package.json (#178) Kent C. Dodds 2017-01-13 21:11:03 -0700
  • b9a3e0650a Fix windows line-endings (#177) Christopher Chedeau 2017-01-13 20:07:09 -0800
  • 23e6184309 Do not advance for forward skipSpaces (#176) Christopher Chedeau 2017-01-13 20:00:36 -0800
  • ca471088e6 Fix `[(0)]` (#179) Christopher Chedeau 2017-01-13 19:59:36 -0800
  • cbabefdb0f Adds various prettier-browser changes (#175) Mikael Brevik 2017-01-13 23:14:48 +0100
  • 3713408871 Update live editor to 0.0.6 James Long 2017-01-13 15:40:22 -0500
  • 4ffdb0c43f Improve CHANGELOG format again James Long 2017-01-13 15:13:30 -0500
  • 2ab030b1d2 Fix CHANGELOG format James Long 2017-01-13 15:10:21 -0500
  • 7e3161096b v0.0.6 James Long 2017-01-13 15:09:37 -0500
  • 3af7da5748 Reprint all the files! James Long 2017-01-13 15:03:53 -0500
  • 6be89286bb Wrap ForStatement in a block for const decls (#172) James Long 2017-01-13 14:57:46 -0500
  • b429b2443c include index.js in format:all script (#132) Vu Tran 2017-01-13 11:23:07 -0800
  • 47102bc3ef Add regression tests for long JSX Expression contents Alex Rattray 2017-01-12 13:49:25 -0800
  • 4fe16bda4d Multiline JSX opening tag breaks children out too (for #73) Alex Rattray 2017-01-12 12:45:47 -0800
  • 2e1e6eece2 JSX maintains spaces that matter (fixes #30 and thus part of #73) Alex Rattray 2017-01-11 15:35:51 -0800
  • b09a02084f Break JSXOpeningElement between attributes (fixes #15) Alex Rattray 2017-01-11 15:07:22 -0800
  • d91a28ef81 Wrap Stateless JSX Arrow Functions and Assignment in Parens (fixes part of #73) Alex Rattray 2017-01-11 15:15:12 -0800
  • 31a07feb84 Remove leftover `arrowParensAlways` option (#171) James Long 2017-01-13 14:18:42 -0500
  • 0b70a0f2a3 Numeric literal callees should keep parens (#141) Travis Jefferson 2017-01-13 13:01:21 -0600
  • df99ae56b0 Add test for shebang and move to index.js (#170) Christopher Chedeau 2017-01-13 10:39:07 -0800
  • ec5b0f7c76 Fix for Node 4 Rogelio Guzman 2017-01-13 00:56:23 -0600
  • 4ebccef79d Add tests for trailingComma option Rogelio Guzman 2017-01-13 00:31:19 -0600
  • 63c87b6cd0 Add tests for tabWiths option Rogelio Guzman 2017-01-13 00:30:59 -0600
  • 7f9655e186 Add tests for quotes option Rogelio Guzman 2017-01-13 00:30:35 -0600
  • e54b9806a3 Add tests for bracketSpacing option Rogelio Guzman 2017-01-13 00:30:18 -0600
  • 3e0ac6c18e Update run_spec to support options Rogelio Guzman 2017-01-13 00:29:59 -0600
  • 958ea215a6 Add trailing comma support for multiline exports (#168) Christopher Chedeau 2017-01-13 10:00:46 -0800
  • 3dcf46c77c Do not put spaces on empty for loop (#169) Christopher Chedeau 2017-01-13 10:00:32 -0800