|
4 | 4 |
|
5 | 5 | ## [Unreleased]
|
6 | 6 |
|
| 7 | +- improve related item popup. |
| 8 | +- improve OpenAPI detection for navigation from (generated) interface to the OpenAPI endpoint `path`. |
| 9 | +- updated the minimum platform to 2025.1. |
| 10 | + |
7 | 11 | ## [2025.1]
|
8 | 12 |
|
9 | 13 | - navigate from (generated) interface to the OpenAPI endpoint `path`.
|
10 | 14 | > **NOTE**
|
11 |
| - > to make this work the OpenAPI description has to be in a **source root** or a **resource root**. To achieve this move the OpenAPI to a package or add its parent folder as additional source/resource directory. |
| 15 | + > to make this work, the OpenAPI description has to be in a **source root** or a **resource root**. To achieve this move the OpenAPI to a package or add its parent folder as additional source/resource directory. |
12 | 16 | - reimplemented (unreliable) `package-name` navigation as package navigation popup.
|
13 | 17 | - updated minimum platform to 2024.2.
|
14 | 18 |
|
15 | 19 | ## [2025.1-SNAPSHOT.1]
|
16 | 20 |
|
17 | 21 | - navigate from (generated) interface to the OpenAPI endpoint `path`.
|
18 | 22 | > **NOTE**
|
19 |
| - > to make this work the OpenAPI description has to be in a **source root** or a **resource root**. To achieve this move the OpenAPI to a package or add its parent folder as additional source/resource directory. |
| 23 | + > to make this work, the OpenAPI description has to be in a **source root** or a **resource root**. To achieve this move the OpenAPI to a package or add its parent folder as additional source/resource directory. |
20 | 24 | - reimplemented (unreliable) `package-name` navigation as package navigation popup.
|
21 | 25 | - updated minimum platform to 2024.2.
|
22 | 26 |
|
|
43 | 47 |
|
44 | 48 | ## [2024.1]
|
45 | 49 |
|
46 |
| -- dynamic detection of `mapping.yaml` json schema.<br> i.e. it is no longer necessary to wait for a new version that supports the new mapping schema version. This removes the openapi-processor schemas from IntelliJ's json mappings. |
| 50 | +- dynamic detection of `mapping.yaml` json schema.<br> i.e., it is no longer necessary to wait for a new version that supports the new mapping schema version. This removes the openapi-processor schemas from IntelliJ's json mappings. |
47 | 51 | - navigate from an OpenAPI path to the generated interface methods. <br> The plugin will add an interface icon to the paths in an OpenAPI yaml document that provides navigation to the generated interface methods.
|
48 | 52 | - clean up icons, new ui icons. <br> navigation from a path mapping in the `mapping.yaml` now uses the interface icon. Added a new ui icon for the `mapping.yaml`.
|
49 | 53 |
|
|
83 | 87 |
|
84 | 88 | - Idea 2022.3 compatibility
|
85 | 89 | - allow future Idea builds
|
86 |
| -- increased minimum version to Idea 2020.3 |
| 90 | +- increased the minimum version to Idea 2020.3 |
87 | 91 |
|
88 | 92 | ## [2022.3]
|
89 | 93 |
|
|
0 commit comments