|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.28.3] |
| 4 | +- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.30 |
| 5 | + - Cron schedule descriptions now appear as inlay hints instead of info diagnostics |
| 6 | + - Add runs-on label completions for mapping syntax |
| 7 | + - Fix autocomplete showing mapping keys for empty values |
| 8 | + - Use detail field for one-of qualifiers instead of label |
| 9 | + - Add escape hatch completions to switch structural forms |
| 10 | + - Remove invalid autocomplete options for committed structural types |
| 11 | + - Add warning for short SHA refs in `uses` |
| 12 | + - Expand one-of keys to multiple completion items |
| 13 | + - Support for `job.check_run_id` context |
| 14 | + - Add language server executable |
| 15 | + - Add `ubuntu-slim` and updated runner labels |
| 16 | + - ESM migration: Add .js extensions for node16 moduleResolution |
| 17 | + - Fix one-of property completions to insert value on next line |
| 18 | + - Add missing activity types for `pull_request` and `pull_request_target` |
| 19 | + - Support YAML anchors and aliases |
| 20 | + - Always provide strategy and matrix contexts with defaults |
| 21 | + - Suppress warnings for step output property access |
| 22 | + - Add concurrency deadlock detection validation |
| 23 | + - Fix expression completion in multi-line if block scalars |
| 24 | + - Add missing runner context properties (environment, debug, workspace) |
| 25 | + - Allow empty strings in `workflow_dispatch` choice options |
| 26 | + - Skip validation for dynamic environments |
| 27 | + - Skip secrets/vars validation when context is incomplete |
| 28 | + - Optimize JSON data files to reduce bundle size by 90% |
| 29 | + - Improve cron schedule warning message |
| 30 | + - Add validation for literal text in if conditions |
| 31 | + - Add `uses` syntax validation for step and job-level workflows |
| 32 | + - Fix misleading error for malformed local workflow paths |
| 33 | + - Improve cron schedule validation and diagnostics |
| 34 | + |
| 35 | +## [0.28.2] |
| 36 | +- Internal release (no user-facing changes) |
| 37 | + |
3 | 38 | ## [0.28.1] |
4 | | -- Support `artifact-metadata` permission |
| 39 | +- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.19 |
| 40 | + - Support `artifact-metadata` permission |
5 | 41 |
|
6 | 42 | ## [0.28.0] |
7 | | -- Support image_version event |
8 | | -- Support 'snapshot' keyword |
| 43 | +- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.18 |
| 44 | + - Support `image_version` event |
| 45 | + - Support `snapshot` keyword |
| 46 | + |
| 47 | +## [0.27.2] |
| 48 | +- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.17 |
| 49 | + - Update `models` permission support |
| 50 | +- Fix ghe.com compatibility |
| 51 | +- Update secret and variable parameters |
| 52 | + |
| 53 | +## [0.27.1] |
| 54 | +- Internal release (security updates) |
| 55 | + |
| 56 | +## [0.27.0] |
| 57 | +- Handle legitimate GHES cases |
9 | 58 |
|
10 | 59 | ## [0.26.2] |
11 | 60 | - Bump word-wrap from 1.2.3 to 1.2.4 |
|
0 commit comments