-
-
Notifications
You must be signed in to change notification settings - Fork 212
Comparing changes
Open a pull request
base repository: prettier/eslint-plugin-prettier
base: v2.6.2
head repository: prettier/eslint-plugin-prettier
compare: v3.0.0
- 17 commits
- 22 files changed
- 3 contributors
Commits on Jul 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 047dc8f - Browse repository at this point
Copy the full SHA 047dc8fView commit details
Commits on Sep 26, 2018
-
Update: Support prettierignore and custom processors (#111)
* Ignore files in .prettierignore Fixes #88 * Force the babylon parser when parsing not-js files Forcing the parser stops errors that are caused by trying to run a JS fragment through the graphql / markdown parsers. The 'html' parser has not yet been released yet, but will be in Prettier 1.15. This uses a block list over an allow list because I expect the list of "file types with a prettier parser that could contain javascript fragments" will grow at a slower pace than "file types with a prettier parser that are variations of the javascript language". Fixes #98, Fixes #81
Configuration menu - View commit details
-
Copy full SHA for 38537ba - Browse repository at this point
Copy the full SHA 38537baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869f56d - Browse repository at this point
Copy the full SHA 869f56dView commit details
Commits on Sep 27, 2018
-
Chore: Add format script to run prettier
Run the format script and commit updates
Configuration menu - View commit details
-
Copy full SHA for d46aa6d - Browse repository at this point
Copy the full SHA d46aa6dView commit details -
Ensure we test with eslint 3.x, 4.x and 5.x, and node 10 Fixes #97
Configuration menu - View commit details
-
Copy full SHA for 46d2444 - Browse repository at this point
Copy the full SHA 46d2444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fac6b4 - Browse repository at this point
Copy the full SHA 9fac6b4View commit details
Commits on Oct 1, 2018
-
Breaking: Drop support for node v4, v7 and v9
Node v4, v7 and v9 are end of life and no longer supported.
Configuration menu - View commit details
-
Copy full SHA for be460bd - Browse repository at this point
Copy the full SHA be460bdView commit details -
Breaking: Update minimum required pretter version to 1.13.0
This lets us remove some conditional checks for some APIs that we now know will be present. This shall also allow us to drop pragma support as people can use the native pragma suppport in prettier (to be done in a later commit).
Configuration menu - View commit details
-
Copy full SHA for 29c0506 - Browse repository at this point
Copy the full SHA 29c0506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af422c - Browse repository at this point
Copy the full SHA 3af422cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d38ea52 - Browse repository at this point
Copy the full SHA d38ea52View commit details -
Chore: remove two unused dependencies
These were used in the release script, but that's been abstracted away now
Configuration menu - View commit details
-
Copy full SHA for bfe459c - Browse repository at this point
Copy the full SHA bfe459cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec94c8 - Browse repository at this point
Copy the full SHA 1ec94c8View commit details -
Breaking: Drop support for ESLint v3 and v4
ESLint v5.0.0 is the minimum supported version
Configuration menu - View commit details
-
Copy full SHA for 2326231 - Browse repository at this point
Copy the full SHA 2326231View commit details -
Breaking: Defining prettier options must use an object
Drop support for specifying prettier options using the "fb" shorthand string. Replace "fb" with either config in your .prettierrc or the object: `{ singleQuote: true, trailingComma: 'all', bracketSpacing: false, jsxBracketSameLine: true, parser: 'flow'}` Drop support for specifying the prettier options as `null`. Replace `null` with an empty object `{}`Configuration menu - View commit details
-
Copy full SHA for 478c7e5 - Browse repository at this point
Copy the full SHA 478c7e5View commit details -
Breaking: Extract showInvisibles and generateDifferences
Move these two functions into a helper module 'prettier-linter-helpers'. If you used those functions then plese reference that package directly. Fixes #101
Configuration menu - View commit details
-
Copy full SHA for bf7c40c - Browse repository at this point
Copy the full SHA bf7c40cView commit details -
Chore: Add eslint peer-dependency
This was removed in a prior version because other linting tools ended up depending on helper functions within eslint-plugin-prettier and did not want to inadvertently install eslint as a transitive dependency. Now that those helpers have been extracted into a separate package those other linting tools should depend upon that instead of eslint-plugin-prettier.
Configuration menu - View commit details
-
Copy full SHA for d55d79c - Browse repository at this point
Copy the full SHA d55d79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68271f8 - Browse repository at this point
Copy the full SHA 68271f8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.2...v3.0.0