Releases: Hunsu/openapi-helper
Releases · Hunsu/openapi-helper
Release v1.1.1
Ignore operation with no operationId for now
Release v1.1.0
Update README.md for formatting consistency and roadmap adjustments
Release v1.0.1
Filter methods by operationId in JavaKotlinOpenApiMethodExtractor
Release v1.0.0
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:
-
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. -
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.