intelephense 1.11.1 → 1.11.3
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 +15 -0
- package/lib/intelephense.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.11.3 - 2024-07-04]
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
- Laravel eloquent builder queries losing model type.
|
|
7
|
+
- Template mapping between class with a base class method.
|
|
8
|
+
- Cannot read properties of undefined (reading 'length') when encountering attributed property declared with `var`.
|
|
9
|
+
|
|
10
|
+
## [1.11.2 - 2024-07-03]
|
|
11
|
+
|
|
12
|
+
#### Fixed
|
|
13
|
+
- Type inference for properties with default initialisers.
|
|
14
|
+
- Performance degradation in code with many array read and writes.
|
|
15
|
+
- False undefined variable after `while` loop with condition expression that resolves to `true` literal type.
|
|
16
|
+
- Stack overflow when applying large text edits.
|
|
17
|
+
|
|
3
18
|
## [1.11.1 - 2024-07-02]
|
|
4
19
|
|
|
5
20
|
#### Changed
|