intelephense 1.18.4 → 1.18.5
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 +13 -0
- package/lib/intelephense.js +2 -2
- package/lib/stub/date/date_c.php +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.18.5 - 2026-06-21]
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
- Memory leak due to old syntax tree fragments accumulating while editing.
|
|
7
|
+
- Intermittent stale diagnostics showing, sometimes referencing bad ranges.
|
|
8
|
+
- Template type resolving failing inside a method when the method and class both declare a template type.
|
|
9
|
+
- Parameter references not recognised correctly in short anonymous functions.
|
|
10
|
+
- By-ref anonymous use variables showing as `null` even though they have been declared in prior conditional branches.
|
|
11
|
+
- False method compatibility error when class inherits implementation from a base class but gets abstract declaration from a trait.
|
|
12
|
+
- False property compatibility error when interface only declares a get hook and the implementing class defines a more restrictive set visibility.
|
|
13
|
+
- TypeError: Cannot read properties of undefined (reading 'toLowerCase') intelephense.js:2:3170612
|
|
14
|
+
- Named argument variable highlight bug.
|
|
15
|
+
|
|
3
16
|
## [1.18.4 - 2026-05-26]
|
|
4
17
|
|
|
5
18
|
#### Fixed
|