You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,27 @@ This release is not backwards compatible. The following breaking changes have be
16
16
-`--time` and `--clean` have been removed
17
17
-`--debug` is now `--verbose`
18
18
-`--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`
19
40
- 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.
0 commit comments