intelephense 1.9.0 → 1.9.2

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.9.2 - 2023-01-04]
4
+
5
+ #### Fixed
6
+ - False write to readonly property in `__get`.
7
+ - False undefined property for types that inherit `__get`, `__set` from super type or traits.
8
+ - `intelephense.compatibility.correctForArrayAccessArrayAndTraversableArrayUnionTypes` not working for properties.
9
+ - False readonly write error for writes to array/ArrayAccess element.
10
+ - Namespace rename creating file renames containing backslashes.
11
+
12
+ ## [1.9.1 - 2023-01-03]
13
+
14
+ #### Fixed
15
+ - Missing `random` stubs.
16
+ - Missing `xdiff` stubs.
17
+ - Handle non-standard `non-empty-string`, `lowercase-string` , `non-empty-lowercase-string` PHPDOC types.
18
+ - False error when assigning to readonly property within constructor.
19
+ - Remove template/generics licence requirement.
20
+ - Undefined methods showing where users may have multiple type definitions of same name in workspace folder.
21
+ - Various template issues.
22
+
3
23
  ## [1.9.0 - 2023-01-01]
4
24
 
5
25
  #### Added