Skip to content

Commit f4c8050

Browse files
committed
chore: bump version to 3.9.28
1 parent 2b3472e commit f4c8050

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

packages/extension/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [3.9.28] - 2026-02-28
8+
9+
### Fixed
10+
- Fix: pass duration to `testRun.passed` and fix stackTrace 0-based line conversion
11+
- Fix: guard against undefined `result.file` in TestResultObserver
12+
- Fix: prevent double `close` event when process spawn fails
13+
- Fix: `XmlElement.getText()` return type now correctly reflects possible `undefined`
14+
- Fix: `TestStore.set()` removes file from old suite when moving to new suite
15+
16+
### Changed
17+
- Refactor: pass `location` and `testId` through PrinterObserver to `writer.append`
18+
- Refactor: convert LF to CRLF in TestRunWriter for VS Code TestRun
19+
- Refactor: replace tuple return with named methods in TestRunWriter
20+
- Refactor: replace type assertion with type guard in PrinterObserver
21+
- Refactor: use exact path match instead of `endsWith` in TestResultObserver
22+
- Refactor: `ProcessBuilder.replacePath` returns new object instead of mutating input
23+
- Refactor: clean public API — remove dead re-exports (AnsiStyle, Position, Range, resolveWasmDir, etc.)
24+
- Refactor: extract `GROUP_TAG_PREFIX` constant in TestHierarchyBuilder
25+
- Refactor: merge duplicate switch cases in TreeSitterAdapter
26+
727
## [3.9.26] - 2026-02-27
828

929
### Added

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "PHPUnit & Pest Test Explorer",
55
"icon": "img/icon.png",
66
"publisher": "recca0120",
7-
"version": "3.9.26",
7+
"version": "3.9.28",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)