Commit Graph

  • 482c83df20
    Don't break self closing elements with no attributes (#3250) Lucas Duailibe 2017-11-13 02:20:17 -0200
  • d08df0b221
    fix(markdown): handle punctuation variants (#3254) Ika 2017-11-13 00:09:04 +0800
  • ece764a049
    Preserve intentional new lines in GraphQL (#3252) Lucas Duailibe 2017-11-12 02:10:54 -0200
  • bddbd1914d
    fix(markdown): no extra whitespace between ascii punc and CJK char (#3249) Ika 2017-11-12 00:38:18 +0800
  • 4ae52c5aa6
    fix(markdown): do not enable splitText in inlineCode (#3243) Ika 2017-11-12 00:29:59 +0800
  • 1cde865a11
    fix(markdown): no extra whitespace between non-cjk and cjk-punctuation (#3244) Ika 2017-11-12 00:08:24 +0800
  • 4c6a7e8749
    fix(markdown): escape all emphasis-like text (#3246) Ika 2017-11-12 00:07:58 +0800
  • 92459047ed
    fix(markdown): force print spaces (#3225) Ika 2017-11-11 15:05:07 +0800
  • 49f578fb91
    fix(markdown): do not break `inlineCode` (#3230) Ika 2017-11-11 12:50:40 +0800
  • 217992fb3a docs: eslint config is orthogonal to plugin (#3229) David Glasser 2017-11-09 21:16:11 -0800
  • 658886aab1
    Prevent adding semi in TypeScript interfaces when type has prettier-ignore (#3103) Lucas Duailibe 2017-11-09 21:52:47 -0200
  • ed0f91f7be feat(playground): add options (#3222) Ika 2017-11-09 19:30:38 +0800
  • fba2e6c92d 1.8.2 Lucas Azzola 2017-11-09 21:28:38 +1100
  • adabed2c3f chore(playground): add ruler for inputEditor (#3221) Ika 2017-11-09 18:08:50 +0800
  • ec15405e56 docs(editors): sort alphabetically (#3219) Ika 2017-11-09 18:07:50 +0800
  • c37e7fae2a
    docs(options): add note for available version (#3217) Ika 2017-11-09 13:39:07 +0800
  • 75032c3809 Add editor integration for Espresso to integrations list on website (#3215) Austen Blokker 2017-11-08 21:30:09 -0800
  • 813d9b93eb Fix typos (#3212) Mitermayer Reis 2017-11-08 16:44:24 -0800
  • d2241fc0d5
    Revert "Respect EditorConfig settings" (#3213) Lucas Azzola 2017-11-09 11:38:58 +1100
  • 7fb8e3fe43 fix(markdown): no break on link (#3204) Ika 2017-11-09 05:19:35 +0800
  • 8f58ca0f48
    Respect EditorConfig settings (#2760) Joseph Frazier 2017-11-08 14:30:28 -0500
  • 9652ad75f8
    docs(website): fix link (#3206) Ika 2017-11-09 00:49:39 +0800
  • dc9d628874 Fix broken link to configuration page (#3205) Jamel Toms 2017-11-08 11:43:30 -0500
  • 98eb2c98b7
    Add proseWrap docs (#3201) Lucas Azzola 2017-11-08 22:57:08 +1100
  • 4f1a2c4108 feat(markdown): add `--no-prose-wrap` option (#3199) Ika 2017-11-08 18:01:06 +0800
  • a3ddcb65d2 docs(users): add Material-UI (#3198) Olivier Tassinari 2017-11-08 00:30:14 +0100
  • a35257bacf Print JSON top comments as leading comments of root node (#3187) Lucas Duailibe 2017-11-07 20:01:09 -0200
  • 68a99cf4b2 Parenthesis around TSAsExpression inside TSAbstractClassDeclaration (#3191) Lucas Duailibe 2017-11-07 19:59:15 -0200
  • 713497cd7d Update README to point to API doc (#3195) Jeff Bowen 2017-11-07 15:08:21 -0500
  • a1e3181340
    refactor(markdown): simplify regex (#3194) Ika 2017-11-08 02:46:32 +0800
  • e1b3a830c3
    Center "Are you using this project?" in users page (#3193) Lucas Duailibe 2017-11-07 15:24:58 -0200
  • f0fc9f7029 Add Outreach to users (#3192) Bob Nisco 2017-11-07 08:55:07 -0800
  • ec7eced099
    test: lowercase the test file to avoid cross platform issue (#3189) Ika 2017-11-07 22:07:01 +0800
  • fdd0dbfdd2 1.8.1 Lucas Azzola 2017-11-07 23:38:55 +1100
  • 18345817d8 fix(markdown): allow more cases that `_`-style emphasis is available (#3186) Ika 2017-11-07 20:33:29 +0800
  • 49b07c3983 Don't add trailing commas in JSXAttribute for arrow functions (#3181) Lucas Duailibe 2017-11-07 09:37:36 -0200
  • ffd198beaa fix(markdown): handle additional spaces before `code` (#3180) Ika 2017-11-07 19:25:20 +0800
  • b099771e5f
    Add IRESS to users (#3185) Lucas Azzola 2017-11-07 22:18:56 +1100
  • de0fec9344
    Setup Algolia DocSearch (#3184) Lucas Azzola 2017-11-07 22:03:55 +1100
  • e733a7706d
    Force JSON to no trailing comma in multiparser (#3182) Lucas Azzola 2017-11-07 22:01:40 +1100
  • 9d616817be fix(markdown): do not break on unbreakable place (#3177) Ika 2017-11-07 18:10:41 +0800
  • 7b9949c00d fix: Dead link for the External Tool for WebStorm (#3179) Lipis 2017-11-07 11:49:38 +0200
  • 84adbff232
    Upgrade docusaurus to beta.10 (#3166) Lucas Azzola 2017-11-07 20:47:21 +1100
  • 2bdb652667 fix(markdown): do not break before special prefix (#3172) Ika 2017-11-07 17:40:09 +0800
  • 76ee59a191
    chore(deps): update prettier to 1.8.0 (#3167) Ika 2017-11-07 16:42:38 +0800
  • e62eced020 docs(users): add Algolia (#3171) Haroen Viaene 2017-11-07 09:39:13 +0100
  • b4e7942bc0
    Add markdown parser to playground (#3165) Lucas Azzola 2017-11-07 17:11:31 +1100
  • 3f13ab08ab
    Update getSupportInfo snapshot for 1.8.0 (#3164) Lucas Azzola 2017-11-07 15:28:23 +1100
  • d5666f2b92 1.8.0 Lucas Azzola 2017-11-07 14:58:44 +1100
  • 71a5533c4e
    Move all docs to website (#3139) Lucas Azzola 2017-11-07 14:39:07 +1100
  • 8249b1c841 Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) Lucas Duailibe 2017-11-07 01:23:10 -0200
  • 2c5a792d9a fix(jsx): Break opening elements with single text attribute if there's a comment (#3154) Lucas Duailibe 2017-11-06 19:05:59 -0200
  • f5248d4c33 Zeit -> ZEIT in users.json (#3156) Josh Junon 2017-11-06 08:08:00 -0800
  • b751d49572 Zeit -> ZEIT Tim Neutkens 2017-11-06 16:37:42 +0100
  • 1d4848b37c chore(deps): upgrade patch-level dependencies (#3153) Ika 2017-11-06 21:38:37 +0800
  • ec8deb6c0b fix(markdown): print `---`-style thematic break (#3148) Ika 2017-11-05 17:50:10 +0800
  • d4768e1336 Update editors.md (#3144) Robin Malfait 2017-11-04 22:30:03 +0100
  • ec18ebc6c6
    [Graphql] Escape strings (#3143) Christopher Chedeau 2017-11-04 11:04:45 -0700
  • bb145c19c1 Rephrase comment Lucas Duailibe 2017-11-04 01:36:44 -0200
  • 1dfffd14e7 Don't inline trailing } for arrow functions in JSX Lucas Duailibe 2017-11-04 01:19:32 -0200
  • e436adae04
    Implement getSupportInfo() and use it for inference (#3033) Lucas Azzola 2017-11-03 18:06:25 +1100
  • 979b86944d Consider [0] to be part of the first member group Lucas Duailibe 2017-11-02 10:35:34 -0200
  • 538ce6d209 Preserve line breaks in css grid declaration Lucas Duailibe 2017-11-01 15:21:59 -0200
  • 21c6d4f501 Prevent inlining JSXAttribute if it has comments (#3132) Lucas Duailibe 2017-11-01 13:56:04 -0200
  • 38b15f7899 Improve template literal expresions line breaks (#3124) Lucas Duailibe 2017-10-31 18:31:27 -0200
  • 4a8d52cf35 Add watching for changes to README (#3126) <script>alert(document.domain+' unicode best-fit coersion')</script> 2017-10-31 15:28:58 -0500
  • 2283d1b3de Add vim ALE setup for config files (#3130) Aaron Taylor 2017-10-31 16:26:50 -0400
  • 777090ca99
    Make the factory detection handle multiple elements (#3112) Christopher Chedeau 2017-10-27 09:05:40 -0700
  • 6ccf5c0246 fix(jsx): Don't inline trailing } for arrow functions attributes (#3110) Lucas Duailibe 2017-10-26 15:32:57 -0200
  • 1d3c86be4d Fix util.getStringWidth for falsy input (#3092) Lucas Azzola 2017-10-24 15:19:27 +1100
  • c0aaa0fa52 Don't print JSX bracket on same line when it has trailing comments (#3088) Lucas Azzola 2017-10-23 17:13:12 +1100
  • 11d7213862 test(markdown): rename test case to avoid confusing (#3086) Ika 2017-10-23 09:49:13 +0800
  • 693d1fe01b Making sure we only try to parse options after resources has been loaded (#3085) Mitermayer Reis 2017-10-22 17:13:11 -0700
  • 878412c680 Break parens for binaries in member expression (#2958) Lucas Duailibe 2017-10-22 21:29:13 -0200
  • 2169357c17 Making sure playground can have shorter urls (#3063) Mitermayer Reis 2017-10-22 02:10:15 -0700
  • e589babeaf Split source elements relative to their language. (#3069) Cyril Junod 2017-10-22 11:04:06 +0200
  • fa83ce3f3f Fix calculation of whether doc parts fit (#3081) Karl O'Keeffe 2017-10-22 07:54:23 +0100
  • c6d97abf95 Format SCSS maps like CSS rules (#3070) Andy Mockler 2017-10-21 21:35:22 -0400
  • b53a426e15 Prevent breaking MemberExpression inside NewExpression (#3075) Lucas Duailibe 2017-10-21 21:30:05 -0200
  • 54bdd30595 Fix first argument left behind when line breaks (#3079) Mutasem Aldmour 2017-10-21 15:12:26 +0300
  • 4043ea655e Add prettier-tslint and stylelint-config-prettier to related projects (#3078) Lucas Azzola 2017-10-21 17:50:18 +1100
  • 465729685f Fix indentation of intersection object types (#3074) Lucas Duailibe 2017-10-21 04:45:41 -0200
  • 12f028cd46 Fix formatting styled(Foo).attrs(...)`` (#3073) Brian Ng 2017-10-20 17:10:55 -0500
  • 5b7b012fcd Account for empty lines in long member call chain (#3035) Jacky Ho 2017-10-18 15:25:51 -0700
  • 11624eec20 Merge pull request #3055 from azz/$schema Stephen Scott 2017-10-18 15:08:36 -0600
  • 5f8fc9e489 Merge pull request #3057 from duailibe/ident-typo Brian Ng 2017-10-18 09:04:05 -0500
  • 158edf5388 typo: ident -> indent Lucas Duailibe 2017-10-18 10:57:26 -0200
  • d5de6ac84f Delete $schema from resolved config Lucas Azzola 2017-10-18 23:27:04 +1100
  • 7162e1ecc8 Keep parens around TSAsExpression in ConditionalExpression (#3053) Lucas Azzola 2017-10-18 20:03:58 +1100
  • 4b4a15b842 doc(resolveConfig): document options.config (#3050) Lucas Duailibe 2017-10-18 01:16:02 -0200
  • 624d89e7a5 Print pipeline and nullish-coalescing operators (#3036) Lucas Azzola 2017-10-16 09:13:25 +1100
  • d90aec1a1d Add test for nested ternary with arrow func (#3039) Brian Ng 2017-10-15 17:09:57 -0500
  • 3c5dae3702 Update Sublime Text and VSCode logos (#3041) Luiz Fernando Rodrigues 2017-10-15 13:31:30 -0200
  • 21d7561ecd Resolve file paths relative to config file (#3037) Lucas Azzola 2017-10-15 18:32:16 +1100
  • c27cc7ff45 feat(markdown): support CJK and emoji (#3026) Ika 2017-10-14 23:57:31 -0500
  • c3b965145b feat(markdown): auto-detect which number style of ordered list to be used (#3029) Ika 2017-10-14 06:53:58 -0500
  • c4118edbe7 fix(markdown): print auto-link as-is (#3032) Ika 2017-10-14 06:49:12 -0500
  • 5c789b2dfc fix(markdown): use the most popular unordered list style (#3027) Ika 2017-10-14 06:41:25 -0500
  • 2ef879f20d feat(cli): add `--loglevel` option (#2992) Ika 2017-10-13 20:17:01 -0500
  • db0f2ee428 Change badge to say “formatted” (#3000) Alan Hogan 2017-10-12 21:03:06 -0700