We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054c05 commit a6697a8Copy full SHA for a6697a8
2 files changed
packages/extension/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [3.9.29] - 2026-02-28
8
+
9
+### Added
10
+- Add subscript access expression (`$v[0]`) support for dataset static analysis, enabling conditional yield patterns in data provider loops
11
12
## [3.9.28] - 2026-02-28
13
14
### Fixed
packages/extension/package.json
@@ -4,7 +4,7 @@
"displayName": "PHPUnit & Pest Test Explorer",
"icon": "img/icon.png",
"publisher": "recca0120",
- "version": "3.9.28",
+ "version": "3.9.29",
"private": true,
"license": "MIT",
"repository": {
0 commit comments