Skip to content

Commit 092b61b

Browse files
committed
add changes
1 parent f6833e0 commit 092b61b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@
44

55
## [Unreleased]
66

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+
711
## [2025.1]
812

913
- navigate from (generated) interface to the OpenAPI endpoint `path`.
1014
> **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.
1216
- reimplemented (unreliable) `package-name` navigation as package navigation popup.
1317
- updated minimum platform to 2024.2.
1418

1519
## [2025.1-SNAPSHOT.1]
1620

1721
- navigate from (generated) interface to the OpenAPI endpoint `path`.
1822
> **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.
2024
- reimplemented (unreliable) `package-name` navigation as package navigation popup.
2125
- updated minimum platform to 2024.2.
2226

@@ -43,7 +47,7 @@
4347

4448
## [2024.1]
4549

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.
4751
- 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.
4852
- 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`.
4953

@@ -83,7 +87,7 @@
8387

8488
- Idea 2022.3 compatibility
8589
- allow future Idea builds
86-
- increased minimum version to Idea 2020.3
90+
- increased the minimum version to Idea 2020.3
8791

8892
## [2022.3]
8993

0 commit comments

Comments
 (0)