Releases: PyCQA/docformatter
Releases · PyCQA/docformatter
1.7.8
What Changed
- [#335] Match spacing after module docstring between black and
--black(@adamtheturtle) - [#336] fix: handle multiline string in parameter formatting (@finswimmer)
- [#339] fix: add multi-line window creation for section header detection (@finswimmer)
- [#330] fix: resolve several empty line regressions (@finswimmer)
- [#325] Remove external untokenize package. Use tokenize from the Python standard library. (@tdenewiler)
- [#323] fix: issue 321 (@weibullguy)
- [#322] test: add tests to ensure no regression leading to bug in issue 259 (@weibullguy)
- [#318] refactor: split long functions into smaller functions (@weibullguy)
- [#314] fix: update README example (@weibullguy)
Maintenance
- [#320] chore: issue 288 (@weibullguy)
1.7.7
What Changed
- [#304] Fix AttributeError when encoding detection returns None (@holtvogt)
- [#301] Don't install LICENSE (@APN-Pucky)
- [#299] Make -h act like --help as per docs (@peterjc)
- [#296] feat: drop supporting Python < 3.9 (@finswimmer)
- [#295] fix: extend list of sphinx fields (#271) (@finswimmer)
1.7.6
What Changed
- [#287] 🩹 Fix pre commit hook manifest (@s-weigand)
- [#266] Fix pre-commit syntax (@jonashaag)
- [#262] Update version listed in documentation's Pre-Commit example (@korverdev)
- [#261] Add missing comma in requirements table (@EFord36)
🚀Features
- [#280] prefer new unittest.mock from the standard library (@a-detiste)
v1.7.5
What Changed
- fix: not recognizing
yieldas a sphinx field name by @weibullguy in #254
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What Changed
What's Changed
- fix: summary with back ticks and sphinx field names with periods by @weibullguy in #248
New Contributors
Full Changelog: v1.7.3...v1.7.4
1.7.3
What's Changed
- fix: removing newline between Sphinx field lists by @weibullguy in #237
- chore: move changelog to tag workflow by @weibullguy in #233
Full Changelog: v1.7.2...v1.7.3
1.7.2
What Changed
- [#219] fix: wrapping issues with reST directives, quoted URLs, and Sphinx field lists (@weibullguy)
v1.7.1
What Changed
- [#213] fix: improper wrapping of short anonymous hyperlnks (@weibullguy)
- [#211] feat: support epytext style (@weibullguy)
- [#208] feat: use tomllib for Python 3.11+ (@weibullguy)
- [#201] feat: wrap Sphinx style long parameter descriptions (@weibullguy)
Maintenance
- [#209] chore: update pre-commit-config (@weibullguy)
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What Changed
New Features
- Add option to format compatible with black #196 (weibullguy)
- Add option for user to provide list of words not to capitalize #195 (weibullguy)
Bug Fixes
- Fix removing blank line after import section #204 (weibullguy)
Full Changelog: v1.6.5...v1.7.0
v1.6.5
What's Changed
- fix: removing blank line after import section by @weibullguy in #204
Full Changelog: v1.6.4...v1.6.5