Commit Graph

  • f009a96ae4 fix(doc-printer): use `string-width` (#3015) Ika 2017-10-12 02:27:02 -0500
  • 9f6f3e7355 feat: support markdown (#2943) Ika 2017-10-11 17:46:44 -0500
  • fa62a438a5 docs: fix table for `insertPragma` (#3010) Benny Neugebauer 2017-10-11 14:30:03 +0300
  • f7907b9282 fix(doc-printer): respect CJK width (#3003) Ika 2017-10-11 00:32:45 -0500
  • abc3b12c5e docs(readme): fix description for `filePath` in `prettier.resolveConfig` (#3007) Ika 2017-10-10 23:57:57 -0500
  • c247026346 LESS -> Less (#2995) Lipis 2017-10-09 13:19:12 +0200
  • eb684c59c2 Check Table of Contents on CI (#2994) Joseph Frazier 2017-10-09 01:36:52 -0400
  • 5c86730ec9 Add missing "Require pragma" to Table of Contents (#2993) Joseph Frazier 2017-10-08 20:23:22 -0400
  • 445f51709e Fix indentation for JSDoc comments (#2470) Marshall Bowers 2017-10-08 05:34:24 -0400
  • 67e4b7db04 fix: add filenames to flow-verify test descriptions (#2991) Chris Voll 2017-10-08 03:04:40 -0400
  • 4a6b61aaf3 fix: support sequential CallExpressions in member chains (#2990) Chris Voll 2017-10-07 21:12:17 -0400
  • 6c8cde9672 fix(cli): do not early exit for `--debug-check` (#2987) Ika 2017-10-07 04:36:43 -0500
  • 23f7e92162 Handle comments between function name and open paren (#2979) Lucas Azzola 2017-10-06 20:07:58 +1100
  • 3c00979530 Fix typo in test files (`*formated` -> `*formatted`) (#2982) Joern Bernhardt 2017-10-06 11:01:21 +0200
  • 50f3e646c7 Add option to insert @format to first docblock if absent (#2865) Jake 2017-10-06 04:37:14 -0400
  • bc420370c6 Include duration in --write snapshots (#2960) Simon Lydell 2017-10-06 08:20:47 +0200
  • 482ec01c8e Fix build (#2981) Lucas Azzola 2017-10-06 14:12:32 +1100
  • 201105334d Don't use ANSI codes if stdout isn't a TTY (#2903) Joern Bernhardt 2017-10-05 13:02:31 +0200
  • f82fcbc98e Prevent formatting GQL template literals with expressions (#2975) Lucas Duailibe 2017-10-04 21:23:57 -0300
  • 2fed6c873b Use relative paths with CLI (#2969) Ahmed El Gabri 2017-10-04 09:56:01 +0200
  • a7223d8262 Merge pull request #2973 from karl/jsx-collapse-multiple-jsx-whitespaces Alex Rattray 2017-10-03 23:31:16 -0700
  • e9b82074a6 Collapse multiple JSX whitespaces Karl O'Keeffe 2017-10-03 20:51:18 +0100
  • 4adc7a3096 Fix typo and escape code block character (#2972) Kaelig Deloumeau-Prigent 2017-10-03 11:39:52 -0700
  • 212e5f4a20 Fix website getStream regression (#2967) Lucas Azzola 2017-10-04 00:03:52 +1100
  • 2e655a3755 1.7.4 Lucas Azzola 2017-10-03 19:44:02 +1000
  • 33a1f59e01 Ensure package is published from dist/ with correct version number (#2963) Lucas Azzola 2017-10-03 19:34:08 +1100
  • fcdf6b5806 Add test for #2880 (#2959) Simon Lydell 2017-10-02 21:17:08 +0200
  • d9737e6ffa test: fix snapshots (#2957) Ika 2017-10-02 12:56:34 -0500
  • 7770356a51 test(integration): update title and catch all outputs (#2951) Ika 2017-10-02 11:08:34 -0500
  • 43cb08c45c Make production tests always run against dist/ (attempt 2) (#2942) Simon Lydell 2017-10-02 17:58:55 +0200
  • 26254ece0f chore(deps): pin dependencies (#2953) Ika 2017-10-02 10:58:21 -0500
  • 2466ce11a5 Force template literals to break after ` for sytled-components (#2926) Lucas Duailibe 2017-10-02 12:55:42 -0300
  • 64ec692b92 Mention labels docs in CONTRIBUTING.md (#2950) Lucas Azzola 2017-10-02 16:44:45 +1100
  • c7f9bb5731 chore(deps): update cosmiconfig to v3.1.0 (#2952) Ika 2017-10-01 21:01:32 -0500
  • a6096ee799 Respect --stdin-filepath, regardless of config source (#2948) Lucas Azzola 2017-10-01 15:55:35 +1100
  • 3329ee022f Upgrade prettier to 1.7.3 (#2940) Lucas Azzola 2017-09-30 22:28:53 +1000
  • 099cf760d0 Update ISSUE_TEMPLATE to 1.7.3 Lucas Azzola 2017-09-30 20:57:49 +1000
  • ecf0281b31 1.7.3 Lucas Azzola 2017-09-30 20:44:28 +1000
  • 808dc4e7e3 Add missing quote in README.md Simon Lydell 2017-09-30 10:00:47 +0200
  • 9d448fb217 Try to fix website deploy Simon Lydell 2017-09-29 10:50:58 +0200
  • fa882b26af Fix Travis production builds (#2933) Simon Lydell 2017-09-29 09:34:47 +0200
  • 63916beebb Try to fix cosmiconfig in the built version of Prettier (#2930) Simon Lydell 2017-09-29 09:27:50 +0200
  • 0d756080b5 fix: ignore and show warning for unknown option from config file (#2929) Ika 2017-09-28 12:59:32 -0500
  • 51d123b3f1 Update postcss-values-parser (#2928) Simon Lydell 2017-09-28 19:59:14 +0200
  • 3c91c2ab42 Fix unit tests on Windows (#2922) Lucas Azzola 2017-09-28 19:30:51 +1000
  • 264ec70999 Don't use parens with optional chaining meber expressions (#2921) Lucas Azzola 2017-09-28 17:46:47 +1000
  • ae21d60386 Recommend pinning prettier version (#2920) Lucas Azzola 2017-09-28 14:34:32 +1000
  • 75781a6d16 1.7.2 Stephen Scott 2017-09-27 17:20:13 -0600
  • 038d02b3e2 Revert "Fix line break in test declarations with a single argument function declaration" (#2912) Lucas Duailibe 2017-09-27 16:32:34 -0300
  • 0313ce6299 Fix the playground for 1.7.1 Simon Lydell 2017-09-27 20:38:16 +0200
  • c2bc33b3ad 1.7.1 Stephen Scott 2017-09-27 11:00:29 -0600
  • 11a7b8d308 Fix printing of comments between decorators and method names (#2906) Lucas Azzola 2017-09-28 00:03:11 +1000
  • 6179d92518 Fix editor styles for blank playgrounds (#2904) Jake Gavin 2017-09-26 23:06:48 -0700
  • f77e471b0c Upgrade to ts2.5.3-insiders (#2842) Lucas Azzola 2017-09-27 15:43:17 +1000
  • 3703cb5b07 Fix line break in test declarations with a single argument function declaration (#2877) Lucas Duailibe 2017-09-26 14:24:25 -0300
  • 88049a3d6b Keep original empty lines in argument list (#2763) jackyho112 2017-09-26 08:47:56 -0700
  • daef144102 Support fit(), xit(), it.only(), etc (#2900) Lucas Azzola 2017-09-26 23:12:38 +1000
  • e1c2085d2e Merge pull request #2888 from motiz88/fix-2593 Stephen Scott 2017-09-25 22:31:24 -0700
  • c6bac7cfe6 Split Less and SCSS parsing into different parsers (#2844) Simon Lydell 2017-09-26 07:08:11 +0200
  • 70f5165bb1 fix(typescript): allow symbol type (#2899) Ika 2017-09-25 21:34:31 -0500
  • 630ea58a50 refactor: use custom error (#2896) Ika 2017-09-25 14:11:27 -0500
  • 4435ecbc7b fix(cli): validate options for every `config-precedence` (#2894) Ika 2017-09-25 14:04:25 -0500
  • 798bdb0e6a We do not need to have a reference to the toolbox-companion since we (#2892) Mitermayer Reis 2017-09-25 11:46:40 -0700
  • d0a622ffa8 fix: do not print stack trace for invalid option (#2895) Ika 2017-09-25 13:42:56 -0500
  • 5e146cdabe Use semicolons in Flow interface-like bodies (#2593) Moti Zilberman 2017-09-25 12:45:40 +0100
  • cd4d4e7273 Don't lowercase SCSS placeholder selectors (#2876) Simon Lydell 2017-09-21 20:23:22 +0200
  • 184e368a9a feat: support detailed `--help` (#2847) Ika 2017-09-21 13:54:13 +0800
  • 9b0d6b8de0 Fix different precedence binary expression when inlining (#2827) Lucas Duailibe 2017-09-20 12:07:51 -0300
  • 2be986d0d7 Add support for ClassPrivateProperty (#2837) Brian Ng 2017-09-19 14:41:24 -0500
  • 68d1b56696 Comment out config file extensions docs until next release Simon Lydell 2017-09-19 21:37:20 +0200
  • f6356ae94c chore: add prettier-stylelint to the related projects (#2859) Hugo Dias 2017-09-19 19:23:06 +0100
  • eb776b7635 Update cosmiconfig to 3.0.1 to avoid memory leak (#2848) Daniel Tschinder 2017-09-18 01:09:07 +0200
  • 592f99fde6 Enable cosmiconfig rcExtensions (#2749) Nick Ribal 2017-09-16 19:47:53 +0300
  • ed67690925 Fix playground for the next release Simon Lydell 2017-09-16 15:35:32 +0200
  • 48899289da Upgrade cosmiconfig to v3, remove hardcoded combinatoric problem (#2843) Lucas Azzola 2017-09-16 20:24:08 +1000
  • 2c59fb2f07 Upgrade prettier dependency to 1.7.0, fix lint (#2821) Joseph Frazier 2017-09-15 15:49:55 -0400
  • fb55367633 Don't lowercase Less variables when parsed with SCSS parser (#2833) Simon Lydell 2017-09-15 19:48:16 +0200
  • 23041e2113 Don't lowercase `&class` in SCSS/Less selectors (#2834) Simon Lydell 2017-09-15 19:48:04 +0200
  • 5bd8ca472b Bump Babylon (#2831) Brian Ng 2017-09-15 10:26:35 -0500
  • 06c9127f02 Update instructions for running tests against dist Simon Lydell 2017-09-14 21:56:59 +0200
  • ec4abdfb1e Don't lowercase CSS custom media names (#2822) Simon Lydell 2017-09-14 21:55:11 +0200
  • 219acfe0f8 Fix playground error Simon Lydell 2017-09-14 19:52:37 +0200
  • 2ef7173f13 Fix playground button color Simon Lydell 2017-09-14 19:40:38 +0200
  • bcb4224205 1.7.0 Stephen Scott 2017-09-14 11:21:33 -0600
  • 655fef1bf9 Merge pull request #2767 from ikatyang/refactor/cli Stephen Scott 2017-09-14 11:12:19 -0600
  • 9c598b1846 Adjust quotes in some more cases of `@import` in CSS (#2818) Simon Lydell 2017-09-14 14:04:04 +0200
  • 1be06af923 Merge pull request #2814 from ikatyang/chore/jest-21 Simon Lydell 2017-09-14 13:21:50 +0200
  • c100911bbc chore(deps): pin cosmiconfig (#2815) Ika 2017-09-14 19:10:55 +0800
  • 457903ff74 Merge pull request #2791 from lydell/playground Simon Lydell 2017-09-14 12:24:02 +0200
  • 2756ab9a75 Add syntax highlighting for issue template options Simon Lydell 2017-09-14 08:51:37 +0200
  • 1469ef9cea Use the jsx CodeMirror mode instead of javascript Simon Lydell 2017-09-14 08:25:39 +0200
  • 6fa30d9ccf refactor(runPrettier): replace multi-`.mockRestore()` with `jest.restoreAllMocks()` ikatyang 2017-09-14 13:23:10 +0800
  • 6f9da6441c chore(deps): update jest-* to v21.1.0 ikatyang 2017-09-14 13:13:03 +0800
  • b2a8f3ffce Merge branch 'master' into refactor/cli ikatyang 2017-09-14 12:49:07 +0800
  • 0bb7933bb1 refactor: move `categoryOrder` to cli-constant ikatyang 2017-09-14 12:39:38 +0800
  • 7d7fb36499 docs: `requirePragma: <bool>` ikatyang 2017-09-14 11:35:59 +0800
  • 71f5d185a7 docs(readme): port requirePragma docs to README.md (#2812) Ika 2017-09-14 11:26:43 +0800
  • 5d0ed5c671 Remove 1px page scrollbar in playground Simon Lydell 2017-09-14 01:03:38 +0200
  • b9c35cc249 Merge branch 'master' into playground Simon Lydell 2017-09-14 00:50:14 +0200
  • 40cf41b15e Try to improve the playground default example Simon Lydell 2017-09-14 00:48:22 +0200