Skip to content

Commit 0c194fd

Browse files
committed
docs: add notice for moved checks to changelog
1 parent b0b9778 commit 0c194fd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ This release is not backwards compatible. The following breaking changes have be
1616
- `--time` and `--clean` have been removed
1717
- `--debug` is now `--verbose`
1818
- `--json` and `--compact` are now `--output-format json` and `--output-format compact`
19+
- Several checks have been removed and renamed as an implementation of [#1373](https://github.com/amperser/proselint/issues/1373).
20+
User configurations will need to be modified accordingly
21+
- `airlinese`, `bureaucratese`, `chatspeak`, `commercialese`, `corporate_speak`, and `jargon` have been recategorized under `industrial_language`.
22+
- `security`, `links`, and `cursing` (except for `cursing.nword`) have been removed
23+
- `sexism`, `lgbtq`, and `cursing.nword`have been recategorized under `social_awareness`
24+
- `consistency.spacing` has been moved to `typography.punctuation.spacing`
25+
- `typography.exclamation` and `hyperbole` have been merged and moved to `typography.punctuation.hyperbole`
26+
- `consistency.spelling` has been moved to `spelling.consistency`
27+
- `consistency` has been removed
28+
- All modules that previously contained a single check file have been flattened
29+
- `archaism.misc` is now `archaism`
30+
- `hedging.misc` is now `hedging`
31+
- `lexical_illusions.misc` is now `lexical_illusions`
32+
- `malapropisms.misc` is now `malapropisms`
33+
- `mixed_metaphors.misc.bottleneck` is now `mixed_metaphors.bottleneck`
34+
- `misc.mondegreens` is now `mondegreens`
35+
- `needless_variants.misc` is now `needless_variants`
36+
- `nonwords.misc` is now `nonwords`
37+
- `oxymorons.misc` is now `oxymorons`
38+
- `skunked_terms.misc` is now `skunked_terms`
39+
- `uncomparables.misc` is now `uncomparables`
1940
- There is a new JSON output schema for `--output-format json`. This is [documented](https://github.com/amperser/proselint/blob/v0.16.0/docs/wire-schema.md), stable, and versioned. Plugins will require updates.
2041
- The on-disk cache has been removed
2142

0 commit comments

Comments
 (0)