Skip to content

Releases: openapi-processor/openapi-processor-intellij

v2025.2-SNAPSHOT.2

27 Apr 08:43
Compare
Choose a tag to compare
v2025.2-SNAPSHOT.2 Pre-release
Pre-release
  • improve related item popup entry on mapping annotation

v2025.2-SNAPSHOT.1

26 Apr 09:07
Compare
Choose a tag to compare
v2025.2-SNAPSHOT.1 Pre-release
Pre-release
  • improve related item popup.
  • improve OpenAPI detection for navigation from (generated) interface to the OpenAPI endpoint path.
  • updated the minimum platform to 2025.1.

v2025.1

02 Jan 16:18
Compare
Choose a tag to compare
  • navigate from (generated) interface to the OpenAPI endpoint path.

    NOTE
    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.

  • reimplemented (unreliable) package-name navigation as package navigation popup.
  • updated minimum platform to 2024.2.

v2025.1-SNAPSHOT.1

31 Dec 10:52
Compare
Choose a tag to compare
v2025.1-SNAPSHOT.1 Pre-release
Pre-release
  • navigate from (generated) interface to the OpenAPI endpoint path
  • reimplemented (unreliable) package-name navigation as package navigation popup.
  • updated minimum platform to 2024.2

v2024.3-SNAPSHOT.3

30 Dec 16:25
Compare
Choose a tag to compare
v2024.3-SNAPSHOT.3 Pre-release
Pre-release
  • navigate from (generated) interface to OpenAPI
  • reimplemented (unreliable) package-name navigation as package navigation popup.

v2024.3-SNAPSHOT.2

15 Dec 16:12
Compare
Choose a tag to compare
v2024.3-SNAPSHOT.2 Pre-release
Pre-release
  • simpler targetDir lookup

v2024.3-SNAPSHOT.1

12 Nov 17:40
Compare
Choose a tag to compare
v2024.3-SNAPSHOT.1 Pre-release
Pre-release
  • maintenance: update to intellij platform plugin 2.0.2

v2024.2

20 Aug 06:55
Compare
Choose a tag to compare
  • IDEA 2024.3 compatibility

v2024.2-SNAPSHOT.1

17 Aug 10:19
Compare
Choose a tag to compare
v2024.2-SNAPSHOT.1 Pre-release
Pre-release
  • IDEA 2024.3 compatibility

v2024.1

21 Jan 08:25
Compare
Choose a tag to compare
  • dynamic detection of mapping.yaml json schema.
    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.
  • navigate from an OpenAPI path to the generated interface methods.
    The plugin will add an interface icon to the paths in an OpenAPI yaml document that provides navigation to the generated interface methods.
  • clean up icons, new ui icons.
    navigation from a path mapping in the mapping.yaml now uses the interface icon. Added a new ui icon for the mapping.yaml.