intelephense 1.17.5-beta → 1.17.6-beta

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,20 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.17.6 - 2026-04-19]
4
+
5
+ #### Changed
6
+ - Indexing now uses LSP work done `$/progress` notifications instead of custom notifications.
7
+ - Indexer file queue processing debounce increased to 500ms.
8
+ - On-type diagnostics debounce reduced to 1000ms.
9
+
10
+ #### Fixed
11
+ - Empty array shapes showing parse error.
12
+ - Should not narrow variable type when using `is_a` and `is_subclass_of` with `$allow_string` value of `true` and variable type of `string`.
13
+ - Editing a file causing promoted properties to become undefined.
14
+ - Editing a file causing definition location inaccuracies.
15
+ - Duplicate/unecessary indexing when responding to file change events.
16
+ - Editing a file causing anonymous class type hierarchy bug.
17
+
3
18
  ## [1.17.5 - 2026-04-08]
4
19
 
5
20
  #### Added