Proselint Versions Save

A linter for prose.

0.14.0

3 weeks ago

[email protected]

Bug Fixes

  • now loads the default configuration if none is provided (#1246)
  • added support for hyphens in lexical_illusions (#1344)

Features

  • additional spelling checks ally_ly, ance_ence, ely_ly and ve_of (#1266)

0.13.0

2 years ago

[email protected]

Bug Fixes

  • made memoize safe for both arguments and keyword arguments (#1217)

Features

  • now exports decorators that wrap meta-checks (#1188]

0.12.0

2 years ago

[email protected]

Bug fixes

  • make am_pm checks case-sensitive (#620)

Features

  • added --dump-config and --dump-default-config CLI arguments (#1212)
  • now exports proselint.config.default (#1212)

Breaking Changes

  • proselint.tools.lint now takes a config object instead of using load_options (#1212)

0.11.3

2 years ago

[email protected]

Note: This is a hotfix release.

Bug fixes

  • fix package bundling to include proselintrc (#1195)

0.11.2

2 years ago

[email protected]

Note: This is a hotfix release.

Bug fixes

  • correct false positives in lexical_illusions.misc (#1192)

0.11.1

2 years ago

[email protected]

Bug fixes

  • fix package metadata and pypi upload (hotfix release)

0.11.0

2 years ago

[email protected]

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

5 years ago

Full Changelog

  • Include tests in source package (mavit)

0.10.1

5 years ago

Full Changelog

0.10.0

5 years ago

Full Changelog

  • Update dependencies to latest
  • Add support for reading from stdin with the CLI (io12)
  • Use pytest, not Nose, on Travis