|
1 |
| -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -All notable changes to the "dev-proxy-vsc-ext" extension will be documented in this file. |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 |
| -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | ## [Unreleased]
|
8 | 9 |
|
9 |
| -- Initial release |
| 10 | +## [0.1.0] - 2024-01-18 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Snippet: `devproxy-config-file` - Dev Proxy config file |
| 15 | +- Snippet: `devproxy-config-file-schema` - Dev Proxy config file schema |
| 16 | +- Snippet: `devproxy-mocks-file` - Dev Proxy mocks file |
| 17 | +- Snippet: `devproxy-mocks-file-schema` - Dev Proxy mocks file schema |
| 18 | +- Snippet: `devproxy-mock` - Dev Proxy mock |
| 19 | +- Snippet: `devproxy-request` - Dev Proxy request |
| 20 | +- Snippet: `devproxy-response` - Dev Proxy response |
| 21 | +- Snippet: `devproxy-response-header` - Dev Proxy response header |
| 22 | +- Snippet: `devproxy-plugin-caching-guidance` - CachingGuidancePlugin instance |
| 23 | +- Snippet: `devproxy-plugin-caching-guidance-config` - CachingGuidancePlugin config section |
| 24 | +- Snippet: `devproxy-plugin-crud-api` - CrudApiPlugin instance |
| 25 | +- Snippet: `devproxy-plugin-crud-api-config` - CrudApiPlugin config section |
| 26 | +- Snippet: `devproxy-plugin-crud-api-file` - CrudApiPlugin API file |
| 27 | +- Snippet: `devproxy-plugin-crud-api-file-schema` - CrudApiPlugin API file schema |
| 28 | +- Snippet: `devproxy-plugin-crud-api-action` - CrudApiPlugin action |
| 29 | +- Snippet: `devproxy-plugin-dev-tools` - DevToolsPlugin instance |
| 30 | +- Snippet: `devproxy-plugin-dev-tools-config` - DevToolsPlugin config section |
| 31 | +- Snippet: `devproxy-plugin-execution-summary` - ExecutionSummaryPlugin instance |
| 32 | +- Snippet: `devproxy-plugin-execution-summary-config` - ExecutionSummaryPlugin config section |
| 33 | +- Snippet: `devproxy-plugin-generic-random-error` - GenericRandomErrorPlugin instance |
| 34 | +- Snippet: `devproxy-plugin-generic-random-error-config` - GenericRandomErrorPlugin config section |
| 35 | +- Snippet: `devproxy-plugin-generic-random-error-file` - GenericRandomErrorPlugin errors file |
| 36 | +- Snippet: `devproxy-plugin-generic-random-error-file-schema` - GenericRandomErrorPlugin errors file schema |
| 37 | +- Snippet: `devproxy-plugin-graph-beta-support-guidance` - GraphBetaSupportGuidancePlugin instance |
| 38 | +- Snippet: `devproxy-plugin-graph-client-request-id-guidance` - GraphClientRequestIdGuidancePlugin instance |
| 39 | +- Snippet: `devproxy-plugin-graph-mock-response` - GraphMockResponsePlugin instance |
| 40 | +- Snippet: `devproxy-plugin-graph-random-error` - GraphRandomErrorPlugin instance |
| 41 | +- Snippet: `devproxy-plugin-graph-random-error-config` - GraphRandomErrorPlugin config section |
| 42 | +- Snippet: `devproxy-plugin-graph-sdk-guidance` - GraphSdkGuidancePlugin instance |
| 43 | +- Snippet: `devproxy-plugin-graph-select-guidance` - GraphSdkGuidancePlugin instance |
| 44 | +- Snippet: `devproxy-plugin-latency` - LatencyPlugin instance |
| 45 | +- Snippet: `devproxy-plugin-latency-config` - LatencyPlugin config section |
| 46 | +- Snippet: `devproxy-plugin-graph-minimal-permissions-guidance` - MinimalPermissionsGuidancePlugin instance |
| 47 | +- Snippet: `devproxy-plugin-graph-minimal-permissions-guidance-config` - MinimalPermissionsGuidancePlugin config section |
| 48 | +- Snippet: `devproxy-plugin-graph-minimal-permissions` - MinimalPermissionsPlugin instance |
| 49 | +- Snippet: `devproxy-plugin-graph-minimal-permissions-config` - MinimalPermissionsPlugin config section |
| 50 | +- Snippet: `devproxy-plugin-mock-generator` - MockGeneratorPlugin instance |
| 51 | +- Snippet: `devproxy-plugin-mock-response` - MockResponsePlugin instance |
| 52 | +- Snippet: `devproxy-plugin-mock-response-config` - MockResponsePlugin config section |
| 53 | +- Snippet: `devproxy-plugin-mock-response-schema` - MockResponsePlugin schema |
| 54 | +- Snippet: `devproxy-plugin-odata-paging-guidance` - ODataPagingGuidancePlugin instance |
| 55 | +- Snippet: `devproxy-plugin-graph-odsp-search-guidance` - ODSPSearchGuidancePlugin instance |
| 56 | +- Snippet: `devproxy-plugin-open-api-spec-generator` - OpenApiSpecGeneratorPlugin instance |
| 57 | +- Snippet: `devproxy-plugin-rate-limiting` - MockResponsePlugin instance |
| 58 | +- Snippet: `devproxy-plugin-rate-limiting-config` - RateLimitingPlugin config section |
| 59 | +- Snippet: `devproxy-plugin-rate-limiting-file` - Dev Proxy rate limiting file |
| 60 | +- Snippet: `devproxy-plugin-rate-limiting-file-schema` - Dev Proxy rate limiting file schema |
| 61 | +- Snippet: `devproxy-plugin-retry-after` - RetryAfterPlugin instance |
| 62 | +- Config diagnostic: Check for empty `urlsToWatch` |
| 63 | +- Config diagnostic: Check for missing `configSection` property in plugin instance for plugins that require configuration |
| 64 | +- Config diagnostic: Check for missing `configSection` when defined in plugin instance |
0 commit comments