1 | # Changelog
|
2 |
|
3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 |
|
5 | # [2.0.0](https://github.com/ikatyang/prettylint/compare/v1.0.0...v2.0.0) (2023-07-27)
|
6 |
|
7 | ### Bug Fixes
|
8 |
|
9 | - consistent with the ESLint Formatter behavior ([cf8541a](https://github.com/ikatyang/prettylint/commit/cf8541ac42814083d78fe97cb1b737c38188a450))
|
10 |
|
11 | ### Features
|
12 |
|
13 | - consistent with the Prettier CLI behavior ([5daa251](https://github.com/ikatyang/prettylint/commit/5daa251a865bc0146820fc8ae4259054fb862028))
|
14 | - upgrade to Prettier v3 ([9fb5da7](https://github.com/ikatyang/prettylint/commit/9fb5da7d4346477cf578790c7df9e9a53a4be263))
|
15 |
|
16 | ### BREAKING CHANGES
|
17 |
|
18 | - read `.editorconfig` by default
|
19 | - read `.gitignore` and `.prettierignore` by default
|
20 | - this package is now pure ESM
|
21 | - require Prettier v3
|
22 | - require Node 16+
|
23 |
|
24 | <a name="1.0.0"></a>
|
25 |
|
26 | # 1.0.0 (2017-10-19)
|
27 |
|
28 | ### Features
|
29 |
|
30 | - initial implementation ([8eba287](https://github.com/ikatyang/prettylint/commit/8eba287))
|