intelephense 1.9.2 → 1.9.4
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 +17 -0
- package/lib/intelephense.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.9.4 - 2023-01-17]
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
- Template inheritance.
|
|
7
|
+
- Suggestions when `$this` call chaining.
|
|
8
|
+
- `static` type resolution when used as template type argument.
|
|
9
|
+
- Nullable types showing incorrectly in hover.
|
|
10
|
+
- Not all suggestions showing from types with multiple definitions.
|
|
11
|
+
|
|
12
|
+
## [1.9.3 - 2023-01-10]
|
|
13
|
+
|
|
14
|
+
#### Fixed
|
|
15
|
+
- False cannot modify readonly property errors.
|
|
16
|
+
- Property hover when type is a union of intersection and null.
|
|
17
|
+
- Method level `@template` PhpDoc inheritance.
|
|
18
|
+
- Template resolution when user has provided overrides for non templated vendor definitions.
|
|
19
|
+
|
|
3
20
|
## [1.9.2 - 2023-01-04]
|
|
4
21
|
|
|
5
22
|
#### Fixed
|