Releases: amperser/proselint
Releases · amperser/proselint
0.14.0
0.13.0
proselint@0.13.0
Bug Fixes
- made memoize safe for both arguments and keyword arguments (#1217)
Features
- now exports decorators that wrap meta-checks (#1188]
0.12.0
0.11.3
proselint@0.11.3
Note: This is a hotfix release.
Bug fixes
- fix package bundling to include proselintrc (#1195)
0.11.2
proselint@0.11.2
Note: This is a hotfix release.
Bug fixes
- correct false positives in
lexical_illusions.misc
(#1192)
0.11.1
0.11.0
proselint@0.11.0
Bug fixes
- add warning for missing corpus (535c330)
- reduce false positives for uncomparables.misc (#1152)
- correct "attorney and not a republic" mondegreen (#985)
- correct unbound line and column in error printing (#1181)
- fix false positive in
misc.but
(#691)
Features
- add
--config
CLI argument (#1081) - add exceptions for
proselint.tools.existence_check
(#1182) - use regex for
lexical_illusions.misc
(#1174) - implement project-wide proselintrc (#1173)
Breaking Changes
N/A.
0.10.2
0.10.1
- Support use as pre-commit hook (Andy Airey)