2024-06-30 09:41:50 +02:00
|
|
|
# `@revi/prettier-config` changelog
|
|
|
|
|
2024-07-01 07:27:37 +02:00
|
|
|
Pre-`v0.1.0` changelog is not available.
|
|
|
|
|
|
|
|
New entry is listed at the top, and old logs may get truncated.
|
|
|
|
|
2024-08-01 11:53:41 +02:00
|
|
|
Version bump criteria is as follows:
|
2024-06-30 09:41:50 +02:00
|
|
|
|
|
|
|
- major: When the plugin is removed.
|
|
|
|
- minor: When the plugin is added.
|
|
|
|
- patch: When the rule is modified (without plugin addition/removal).
|
|
|
|
|
2024-10-15 10:25:37 +02:00
|
|
|
## v0.2.2
|
|
|
|
|
|
|
|
Date: 2024-10-15 (KST)
|
|
|
|
|
|
|
|
### Update
|
|
|
|
|
|
|
|
- Update `prettier-plugin-packagejson` to `v2.5.3`.
|
|
|
|
|
2024-10-08 10:41:38 +02:00
|
|
|
## v0.2.1
|
|
|
|
|
|
|
|
Date: 2024-10-08 (KST)
|
|
|
|
|
|
|
|
### Update
|
|
|
|
|
|
|
|
- Add `dprint.json` as jsonc.
|
|
|
|
- Update `README.md`.
|
|
|
|
|
2024-10-06 07:38:24 +02:00
|
|
|
## v0.2.0
|
|
|
|
|
|
|
|
Date: 2024-10-06 (KST)
|
|
|
|
|
|
|
|
### New plugin
|
|
|
|
|
|
|
|
- New plugin: `prettier-plugin-packagejson` at `v2.5.2`.
|
|
|
|
|
2024-08-01 11:53:41 +02:00
|
|
|
## v0.1.3
|
|
|
|
|
|
|
|
Date: 2024-08-01 (KST)
|
|
|
|
|
|
|
|
### Update
|
|
|
|
|
|
|
|
- Update prettier to `v3.3.3`.
|
|
|
|
|
2024-07-03 22:50:13 +02:00
|
|
|
## v0.1.2
|
|
|
|
|
|
|
|
Date: 2024-07-04 (KST)
|
|
|
|
|
|
|
|
### Update
|
|
|
|
|
|
|
|
- Update `**` globs and consolidate.
|
|
|
|
- Use `revi.kr/prettier-config` for homepage link.
|
|
|
|
|
2024-07-01 07:27:37 +02:00
|
|
|
## v0.1.1
|
|
|
|
|
|
|
|
### Fix
|
|
|
|
|
|
|
|
- Added `@prettier/plugin-xml` to peerDependency to unbreak prettier error. ([T180](https://revi.xyz/t/180))
|
|
|
|
|
2024-06-30 09:41:50 +02:00
|
|
|
## v0.1.0
|
|
|
|
|
|
|
|
### New plugin
|
|
|
|
|
|
|
|
- [@prettier/plugin-xml](https://github.com/prettier/plugin-xml)
|
|
|
|
|
|
|
|
### New rules
|
|
|
|
|
|
|
|
- plugin-xml rules.
|