Skip to content

Latest commit

 

History

History
126 lines (78 loc) · 7.64 KB

CHANGELOG.md

File metadata and controls

126 lines (78 loc) · 7.64 KB

History of changes

Version 2.0.0 (2023-12-19)

New features

  • Add support to format indented selections of code. This requires Black 23.11.0+
  • Change entrypoint name to be black. This changes the options namespace for this plugin from pylsp.pylsp_black to pylsp.black.
  • Drop support for Python 3.7.

Issues Closed

In this release 2 issues were closed.

Pull Requests Merged

In this release 4 pull requests were closed.

Version 1.3.0 (2023/05/19)

Issues Closed

  • Issue 36 - python-lsp-black ignores skip-magic-trailing-comma in .config/black (PR 37 by @wstevick)
  • Issue 35 - python-lsp-black does not respect black configurations

In this release 2 issues were closed.

Pull Requests Merged

  • PR 47 - direnv support, by @haplo
  • PR 46 - Add Python 3.11, drop 3.7 from test matrix, by @haplo
  • PR 45 - Test preview and skip-magic-trailing-comma config parsing, by @haplo
  • PR 44 - pre-commit autoupdate, by @haplo
  • PR 40 - Replace the obsolete toml package with tomllib/tomli, by @mgorny
  • PR 38 - Added missing preview kwarg in black.FileMode. Fixes #35., by @JesusTorrado
  • PR 37 - Add the possibility to configure skip-magic-trailing-comma, by @wstevick (36)

In this release 7 pull requests were closed.

Version 1.2.1 (2022-04-12)

Pull Requests Merged

In this release 1 pull request was closed.

Version 1.2.0 (2022-03-28)

Issues Closed

  • Issue 24 - Option to cache black configuration per-file

In this release 1 issue was closed.

Pull Requests Merged

  • PR 33 - Update pre-commit hooks' versions, by @haplo
  • PR 32 - Fix PyPI badge in Readme, by @ccordoba12
  • PR 28 - Correctly format files and ranges with line endings other than LF, by @ccordoba12
  • PR 26 - Add client side configuration and cache configuration per file, by @haplo

In this release 4 pull requests were closed.

Version 1.1.0 (2022-01-30)

Issues Closed

In this release 2 issues were closed.

Pull Requests Merged

  • PR 30 - Fix TypeError when formatting with black 22.1.0+, by @wlcx (29)
  • PR 19 - Support global config as a fallback, by @jdost (25)

In this release 2 pull requests were closed.

Version 1.0.1 (2021-12-01)

Issues Closed

In this release 5 issues were closed.

Pull Requests Merged

In this release 6 pull request was closed.

Version 1.0.0 (2021/05/18)

Issues Closed

  • Issue 3 - Update README and add RELEASE instructions
  • Issue 2 - Release v1.0.0

In this release 2 issues were closed.

Pull Requests Merged

In this release 1 pull request was closed.