Skip to content

v0.5.0

Compare
Choose a tag to compare
@hahwul hahwul released this 21 Aug 16:02
· 632 commits to main since this release
8c2ac9e

Seems like I've almost reached the initially set modest feature scope. I'll be focusing on enhancing detection rates and coverage of techs for the foreseeable future. Nevertheless, turning great ideas into features is always a blast. If you have any cool improvements or ideas, feel free to drop them anytime through issues or discussions!

Release Note

  • OAS 3 Support
  • Swagger to OAS 2 Name Transition
    • Improve detection
  • Header Identification Now Supported in Crystal-Kemal and Ruby-Sinatra
  • Elevating Code Quality

OAS3

Swagger to OAS2

I've aligned the naming similarly to OAS2 with the introduction of OAS3 support.

  oas2
    format: ["JSON", "YAML"]
    similar: ["oas 2.0", "oas_2_0", "swagger 2.0", "swagger_2_0", "swagger"]
  oas3
    format: ["JSON", "YAML"]
    similar: ["oas 3.0", "oas_3_0"]

Header Identifications


Example for Kemal Analyzer / In the default format, headers are displayed in green.


And..

I'd like to extend my heartfelt thanks to all the contributors and everyone who provided feedback :D