You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 0.30.3
8
+
9
+
### Fixed
10
+
11
+
RenameFile now works correctly: `kind` now correctly passed to RenameFile due to recently-released pygls updates. Minimum pygls version now 0.10.3.
12
+
7
13
## 0.30.2
8
14
9
15
### Changed
@@ -70,7 +76,7 @@ General TextEdit fixes for code refactoring:
70
76
### Fixed
71
77
72
78
- Handle TextEdit edge case where opcode is checked for 1 past last character. Resolves <https://github.com/pappasam/jedi-language-server/issues/96>
73
-
- No longer return textEdit actions from Jedi that aren't valid Python. Prevents all sorts of wonkyness.
79
+
- No longer return textEdit actions from Jedi that aren't valid Python. Prevents all sorts of wonkiness.
74
80
75
81
## 0.28.4
76
82
@@ -106,7 +112,7 @@ Same functions as 0.28, but different tag.
106
112
### Removed
107
113
108
114
- Support for Python 3.6.0. We now only support Python 3.6.1+.
109
-
-Monkeypatch for `null` versus `missing` attributes. `pydantic` / `pygls>=0.10.0` handles this.
115
+
-Monkey patch for `null` versus `missing` attributes. `pydantic` / `pygls>=0.10.0` handles this.
110
116
111
117
## 0.27.2
112
118
@@ -401,7 +407,7 @@ Same functions as 0.28, but different tag.
401
407
402
408
### Changed
403
409
404
-
- jedi completion `param` sorts first in COMPLETION. Resolves https://github.com/pappasam/jedi-language-server/issues/19
410
+
- jedi completion `param` sorts first in COMPLETION. Resolves <https://github.com/pappasam/jedi-language-server/issues/19>
405
411
406
412
## 0.12.1
407
413
@@ -577,3 +583,8 @@ Same functions as 0.28, but different tag.
577
583
### Fixed
578
584
579
585
-`mypy`, `pylint`, `black`, `toml-sort`, and `isort` all pass.
586
+
npm notice
587
+
npm notice New minor version of npm available! 7.6.0 -> 7.15.0
0 commit comments