Releases: astral-sh/ruff-lsp
Releases · astral-sh/ruff-lsp
v0.0.30
What's Changed
- Add badges to README by @charliermarsh in #139
- Remove duplicated Astral badge by @charliermarsh in #140
- Bump typeguard from 3.0.2 to 4.0.0 by @dependabot in #138
- Fix
source.fixAll.ruff
evaluation by @charliermarsh in #141 - Remove deep copies by @charliermarsh in #142
- Remove
is_stdin
behavior by @charliermarsh in #143 - Add Kate editor to README by @charliermarsh in #144
- Automatically ignore unsupported command-line arguments by @charliermarsh in #145
- Add a 'run' setting to only run Ruff on-save by @charliermarsh in #146
- Add a
TypedDict
for LSP settings by @charliermarsh in #147 - Bump version to 0.0.30 by @charliermarsh in #148
- Remove unused
showNotification
setting by @charliermarsh in #149
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- Restore newline normalization by @charliermarsh in #137
Full Changelog: v0.0.28...v0.0.29
v0.0.28
What's Changed
- Switch to pytest by @konstin in #113
- Bump ruff from 0.0.267 to 0.0.269 by @dependabot in #115
- Bump black from 22.12.0 to 23.3.0 by @dependabot in #118
- Bump typeguard from 3.0.2 to 4.0.0 by @dependabot in #117
- Bump typing-extensions from 4.5.0 to 4.6.0 by @dependabot in #120
- Bump typing-extensions from 4.6.0 to 4.6.1 by @dependabot in #121
- Bump ruff from 0.0.269 to 0.0.270 by @dependabot in #122
- Bump typing-extensions from 4.6.1 to 4.6.2 by @dependabot in #124
- Add hidden-by-default ruff.applyFormat command by @konstin in #114
- Bump cattrs from 22.2.0 to 23.1.1 by @dependabot in #125
- Bump typing-extensions from 4.6.2 to 4.6.3 by @dependabot in #126
- Bump cattrs from 23.1.1 to 23.1.2 by @dependabot in #127
- Use
get
instead of indexing incase key is absent by @dhruvmanila in #129 - Bump platformdirs from 3.5.1 to 3.5.3 by @dependabot in #132
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #133
- Bump minimum Ruff version by @charliermarsh in #135
- Bump version to 0.0.28 by @charliermarsh in #136
New Contributors
- @konstin made their first contribution in #113
- @dhruvmanila made their first contribution in #129
Full Changelog: v0.0.27...v0.0.28
v0.0.27
What's Changed
- Upgrade Ruff version by @charliermarsh in #105
- Add dependabot configuration by @rchl in #106
- Bump mypy from 0.991 to 1.3.0 by @dependabot in #109
- Bump minimum Ruff version by @charliermarsh in #111
New Contributors
- @dependabot made their first contribution in #109
Full Changelog: v0.0.26...v0.0.27
v0.0.26
What's Changed
- Log correct global settings by @rchl in #102
- Support one-based column indices for Edits by @MichaReiser in #103
- Bump version to 0.0.26 by @charliermarsh in #104
New Contributors
- @rchl made their first contribution in #102
- @MichaReiser made their first contribution in #103
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- README.md (suggestion): client.server_capabilities is deprecated by @ayoubelmhamdi in #92
- Avoid setting
cwd
for files outside of workspace by @charliermarsh in #99 - Upgrade Ruff version to v0.0.264 by @patillacode in #101
New Contributors
- @ayoubelmhamdi made their first contribution in #92
- @patillacode made their first contribution in #101
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- Add support for Ruff's multiple-edit output format by @charliermarsh in #90
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- Save global settings as provided by client by @charliermarsh in #87
Full Changelog: v0.0.22...v0.0.23
v0.0.22
Bump version to 0.0.22
v0.0.21
What's Changed
- Prefer interpreter's Ruff to environment's Ruff by @charliermarsh in #83
- Treat undefined name as a DiagnosticSeverity.Error by @charliermarsh in #85
- Add
--force-exclude
to default arguments by @charliermarsh in #86
Full Changelog: v0.0.20...v0.0.21