Releases: amperser/proselint
Releases · amperser/proselint
0.9.0
0.8.0
- Fix a cache-clearing issue (m-charlton)
- Tons of improvements to tests (joshmgrant)
- New LGBTQ-terms module
- Misc. bug fixes and improvements
- Update various dependencies
0.8.0
- Fix a cache-clearing issue (m-charlton)
- Tons of improvements to tests (joshmgrant)
- New LGBTQ-terms module
- Misc. bug fixes and improvements
- Update various dependencies
0.7.0
Implemented enhancements:
- how about
typography.symbols
instead ofme.symbols
#373 - Improve test coverage #145
- Add a changelog #596 (suchow)
Fixed bugs:
- Exclamation point warning on all caps text #540
- proselint choked on bad character #504
- Could not open cache file #399
Closed issues:
- Add Instructions for Running Automated Tests on README #575
- Add the "real estate tycoon" to phrasal adjectives #543
- proselint CLI should append path to files #539
- Add "English-language learners" to phrasal adjectives #537
- Check out this Danger plugin #489
- No args leads to repeated messages: Exception TypeError: "'NoneType' object is not callable" in ignore #323
- Add rule on redundancies extracted from After the Deadline #279
- Add rule on "not guilty beyond a reasonable doubt" #242
- Eventually, submit to https://github.com/mcandre/linters #143
- Add check for Mondegreens #134
Merged pull requests:
- Ensure a clean commit history #592 (suchow)
- Remove Danger CI token #591 (suchow)
- Move Danger to Travis 'script' section #590 (suchow)
- more tests, all modules from C to L except links #589 (joshmgrant)
- Add phrasal adj for issues #543 and #537 #588 (kylesezhi)
- Added More Tests For Coverage #584 (joshmgrant)
- added some instructions for running automated tests #581 (suchow)
- unintentionally unintentionally misspelled. #580 (suchow)
- unintentionally unintentionally misspelled. #579 (suchow)
- Update GitHub access token #578 (suchow)
- Add cats to list of venerys #568 (Decagon)
- Add "kind of" and "mildly" to uncomparables #562 (Decagon)
- Fix #540 #557 (Decagon)
- Survey improvements #554 (suchow)
- Use a more up-to-date link checker #553 (suchow)
- Fix a typo #552 (suchow)
- Add "color" to inconsistent spelling #547 (Decagon)
- Danger #546 (suchow)
- Add Danger plugin to readme #545 (suchow)
- Removing relative directory line on extract_files function in the command line interface #541 (CatherineH)
- Improve survey #538 (suchow)
- Bump version to 0.6.1 #531 (suchow)
- Guidelines based on GLAAD Media Reference #486 (joshmgrant)
0.6.1
Closed issues:
- sort output by line number? #505
Merged pull requests:
- Pr/518 #529 (suchow)
- Test Case for
tools.consistency\_check
#522 (joshmgrant) - Testing for illegal utf-8 seq handling #520 (CraigKelly)
- Remove skipping tests for preferred_forms_check #515 (joshmgrant)
- Change file opening to replace characters on UTF-8 decode errors #514 (suchow)
- Sort output by line and column number #512 (vikasgorur)
- typo? #507 (ivarvong)
0.6.0
0.5.4
Fixed bugs:
- Remove
shell=True
as they are a security hazard #395
Closed issues:
- Speed up AppVeyor builds by caching #470
- Instructions for installing on OS X #457
- Wow #435
- OS X Installation issue #423
- Create a list of known automated grammar / usage checkers #281
- Checklist for open sourcing #198
Merged pull requests:
- Pr/376 #500 (suchow)
- Pr/481 #499 (suchow)
- Improve formatting of Josh Grant's cliches test #498 (suchow)
- Call load_options() once and save the results instead of calling it t… #493 (suchow)
- Fix typos #492 (jwilk)
- Fixed spelling #482 (TalkingAvocado)
- Tweak website #479 (suchow)
- Update Werkzeug version #478 (suchow)
- Tracebacks #475 (suchow)
- Add replacements to return value of checks #473 (suchow)
- Tests for existence_check in tools.py #469 (joshmgrant)
- Remove
shell=True
#467 (suchow) - Fix typo in docstring #466 (suchow)
- Improve code coverage #465 (suchow)
- Update dependencies to latest versions #464 (suchow)
- Create a list of other usage & grammar tools #462 (suchow)
- Improve documentation #461 (suchow)
- Copyedit the readme #459 (suchow)
- Update Coveralls badge in readme #456 (suchow)
- Add link to Phabricator integration to readme #453 (suchow)
- Remove lintscore badge from README #452 (suchow)
- Allow proselintrc to be overriden by user #451 (suchow)
- Create test pattern for checks #450 (suchow)
- Add CodeClimate config file #449 (suchow)
- Do not open file for reading and writing #447 (Tatsh)
- Refactor tools #445 (suchow)
0.5.3
0.5.2
Implemented enhancements:
- Make
proselint .
run over entire directory, possibly with a recursive option #292
Merged pull requests: