Skip to content

Releases: Hunsu/openapi-helper

Release v1.1.1

26 Sep 05:56

Choose a tag to compare

Ignore operation with no operationId for now

Release v1.1.0

15 Aug 16:27

Choose a tag to compare

Update README.md for formatting consistency and roadmap adjustments

Release v1.0.1

11 Jun 18:29

Choose a tag to compare

Filter methods by operationId in JavaKotlinOpenApiMethodExtractor

Release v1.0.0

09 Jun 15:11

Choose a tag to compare

Release Date: 2025-06-09

🎉 What's New in v1.0.0 – Initial Release of OpenApiHelper:

Welcome to the first official release of OpenApiHelper! Here’s what you get out of the box:

  1. Jump from OpenAPI Definitions to Code
    Instantly navigate from OpenAPI operations (e.g., registerUser) to their corresponding implementations in your Spring Boot + Kotlin backend using the spring-kotlin generator.

  2. Find Usages of Endpoints
    Use “Find Usages” to track how and where endpoints are used—now supported when your codebase is using spring-cloud and TypeScript clients.