File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2025-09-30
11+
12+ ### Updated
13+
14+ - ** Dependencies** : Major dependency updates for improved performance and security
15+ - ` @types/node ` : Updated from 18.19.128 to 24.6.0 (Node.js 24 LTS support)
16+ - ` esbuild ` : Updated from 0.24.2 to 0.25.10 (improved bundling performance)
17+ - ` mocha ` : Updated from 10.8.2 to 11.7.3 (enhanced testing framework)
18+ - ` sinon ` : Updated from 19.0.5 to 21.0.0 (modern mocking capabilities)
19+ - ` @vscode/test-cli ` : Updated from 0.0.10 to 0.0.11 (VS Code testing improvements)
20+
21+ - ** GitHub Actions** : Updated to latest versions for better CI/CD performance
22+ - ` actions/checkout ` : Updated from v4 to v5 (Node.js 24 runtime)
23+ - ` actions/setup-node ` : Updated from v4 to v5 (enhanced caching and performance)
24+ - ` hmarr/auto-approve-action ` : Updated from v3 to v4 (Node.js 20 compatibility)
25+ - ` softprops/action-gh-release ` : Updated from v1 to v2 (improved release automation)
26+
27+ ### Fixed
28+
29+ - ** CI/CD** : Added missing ` @vscode/test-electron ` dependency for proper VS Code extension testing
30+ - ** Testing** : Resolved dependency conflicts and improved test stability
31+
32+ ### Technical Details
33+
34+ - All major testing framework updates maintain backward compatibility
35+ - Node.js 24 LTS support with improved type definitions
36+ - Enhanced build performance with latest esbuild version
37+ - Modernized GitHub Actions for better CI/CD reliability
38+
1039## [ 0.2.0] - 2025-09-30
1140
1241### Added
Original file line number Diff line number Diff line change 22 "name" : " vscode-ddev-phpstan" ,
33 "displayName" : " DDEV PHPStan" ,
44 "description" : " PHP static analysis with PHPStan in DDEV containers for VS Code" ,
5- "version" : " 0.2 .0" ,
5+ "version" : " 0.3 .0" ,
66 "publisher" : " OpenForgeProject" ,
77 "license" : " GPL-3.0" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments