intelephense 1.12.5 → 1.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/lib/intelephense.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.12.6 - 2024-09-09]
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
- Template types incorrect when implementing `Iterator`.
|
|
7
|
+
- `Traverable` template types lost.
|
|
8
|
+
- `assert` not working when fully qualified.
|
|
9
|
+
- False `unset` variables after logical expression when using `or` operator.
|
|
10
|
+
- No completion suggestions for variables declared in array destructure.
|
|
11
|
+
- Don't reduce function return types to minimal type as eagerly.
|
|
12
|
+
- False unused symbol diagnostic for promoted property with no visibility modifier.
|
|
13
|
+
|
|
3
14
|
## [1.12.5 - 2024-08-29]
|
|
4
15
|
|
|
5
16
|
#### Fixed
|