|
1 | 1 | <a name="8.0.0"></a> |
| 2 | + |
2 | 3 | ## [8.0.0](https://github.com/vuejs/eslint-config-prettier/compare/v7.1.0...v8.0.0) (2023-07-20) |
3 | 4 |
|
4 | 5 | ### Breaking Changes |
5 | 6 |
|
6 | | -* Upgraded to Prettier v3; please check out the [Prettier release blog](https://prettier.io/blog/2023/07/05/3.0.0.html) for more details |
7 | | -* Requires Node.js >= v14 |
8 | | -* Requires ESLint >= v8 |
9 | | - |
| 7 | +- Upgraded to Prettier v3; please check out the [Prettier release blog](https://prettier.io/blog/2023/07/05/3.0.0.html) for more details |
| 8 | +- Requires Node.js >= v14 |
| 9 | +- Requires ESLint >= v8 |
10 | 10 |
|
11 | 11 | <a name="7.1.0"></a> |
| 12 | + |
12 | 13 | ## [7.1.0](https://github.com/vuejs/eslint-config-prettier/compare/v7.0.0...v7.1.0) (2023-02-21) |
13 | 14 |
|
14 | 15 | ### New Features |
15 | 16 |
|
16 | | -* Added a `skip-formatting` ruleset [b5933a9](https://github.com/vuejs/eslint-config-prettier/commit/b5933a9) |
17 | | - |
| 17 | +- Added a `skip-formatting` ruleset [b5933a9](https://github.com/vuejs/eslint-config-prettier/commit/b5933a9) |
18 | 18 |
|
19 | 19 | <a name="7.0.0"></a> |
| 20 | + |
20 | 21 | ## [7.0.0](https://github.com/vuejs/eslint-config-prettier/compare/v6.0.0...v7.0.0) (2021-12-23) |
21 | 22 |
|
22 | 23 | ### Breaking Changes |
23 | 24 |
|
24 | | -* Updated the dependencies and simplified the usage |
25 | | -* We now recommend using this package along with [`@rushstack/eslint-patch`](https://www.npmjs.com/package/@rushstack/eslint-patch) |
26 | | - |
| 25 | +- Updated the dependencies and simplified the usage |
| 26 | +- We now recommend using this package along with [`@rushstack/eslint-patch`](https://www.npmjs.com/package/@rushstack/eslint-patch) |
27 | 27 |
|
28 | 28 | <a name="6.0.0"></a> |
29 | | -## [6.0.0](https://github.com/vuejs/eslint-config-prettier/compare/v5.1.0...v6.0.0) (2019-11-18) |
30 | 29 |
|
| 30 | +## [6.0.0](https://github.com/vuejs/eslint-config-prettier/compare/v5.1.0...v6.0.0) (2019-11-18) |
31 | 31 |
|
32 | 32 | ### Breaking Changes |
33 | 33 |
|
34 | | -* feat!: move `eslint:recommended` to a separate `recommended` config, fixes #3. ([de7a518](https://github.com/vuejs/eslint-config-prettier/commit/de7a518)) |
| 34 | +- feat!: move `eslint:recommended` to a separate `recommended` config, fixes #3. ([de7a518](https://github.com/vuejs/eslint-config-prettier/commit/de7a518)) |
35 | 35 |
|
36 | 36 | `eslint:recommended` is no longer included in the default configuration. |
37 | 37 | Users of old versions need to update their `extends` to use `@vue/prettier/recommended`, or `['eslint:recommended', '@vue/prettier]`. |
38 | 38 |
|
39 | | - |
40 | 39 | <a name="5.1.0"></a> |
41 | | -## [5.1.0](https://github.com/vuejs/eslint-config-prettier/compare/v5.0.0...v5.1.0) (2019-11-17) |
42 | 40 |
|
| 41 | +## [5.1.0](https://github.com/vuejs/eslint-config-prettier/compare/v5.0.0...v5.1.0) (2019-11-17) |
43 | 42 |
|
44 | 43 | ### New Features |
45 | 44 |
|
46 | | -* Re-exports `@typescript-eslint` and `standard` configs, so that this config can be used in combination with `@vue/typescript/recommended` or `@vue/standard` ([939f722](https://github.com/vuejs/eslint-config-prettier/commit/939f722)) |
47 | | - |
48 | | - |
| 45 | +- Re-exports `@typescript-eslint` and `standard` configs, so that this config can be used in combination with `@vue/typescript/recommended` or `@vue/standard` ([939f722](https://github.com/vuejs/eslint-config-prettier/commit/939f722)) |
49 | 46 |
|
50 | 47 | <a name="5.0.0"></a> |
51 | | -## [5.0.0](https://github.com/vuejs/eslint-config-prettier/compare/4578703...v5.0.0) (2019-07-22) |
52 | 48 |
|
| 49 | +## [5.0.0](https://github.com/vuejs/eslint-config-prettier/compare/4578703...v5.0.0) (2019-07-22) |
53 | 50 |
|
54 | 51 | ### Breaking Changes |
55 | 52 |
|
56 | | -* Update eslint-config-prettier to v6.0.0 ([0e0712f](https://github.com/vuejs/eslint-config-prettier/commit/0e0712f)) |
57 | | -* `eslint`, `prettier` and `eslint-plugin-prettier` are now `peerDependencies`, to better conform to [the plugin loading mechanism of eslint](https://github.com/eslint/eslint/issues/3458) ([aec6c5c](https://github.com/vuejs/eslint-config-prettier/commit/aec6c5c)) |
58 | | - |
59 | | - |
| 53 | +- Update eslint-config-prettier to v6.0.0 ([0e0712f](https://github.com/vuejs/eslint-config-prettier/commit/0e0712f)) |
| 54 | +- `eslint`, `prettier` and `eslint-plugin-prettier` are now `peerDependencies`, to better conform to [the plugin loading mechanism of eslint](https://github.com/eslint/eslint/issues/3458) ([aec6c5c](https://github.com/vuejs/eslint-config-prettier/commit/aec6c5c)) |
60 | 55 |
|
61 | 56 | <a name="4.0.1"></a> |
| 57 | + |
62 | 58 | ## [4.0.1](https://github.com/vuejs/eslint-config-prettier/compare/3bc2a3d...4578703) (2018-11-12) |
63 | 59 |
|
64 | 60 | ### Bug Fixes |
65 | 61 |
|
66 | | -* Also extend `eslint-config-prettier/vue`, disable `eslint-plugin-vue` rules that are not compatible with `prettier` |
67 | | - |
| 62 | +- Also extend `eslint-config-prettier/vue`, disable `eslint-plugin-vue` rules that are not compatible with `prettier` |
68 | 63 |
|
69 | 64 | <a name="4.0.0"></a> |
70 | | -## [4.0.0](https://github.com/vuejs/eslint-config-prettier/compare/15cf6d7...3bc2a3d) (2018-10-31) |
71 | 65 |
|
| 66 | +## [4.0.0](https://github.com/vuejs/eslint-config-prettier/compare/15cf6d7...3bc2a3d) (2018-10-31) |
72 | 67 |
|
73 | 68 | ### Beaking Changes |
74 | 69 |
|
75 | | -* Update base configs and plugins, now requires ESLint v5 as a peer dependency |
| 70 | +- Update base configs and plugins, now requires ESLint v5 as a peer dependency |
0 commit comments