Zero-Rails_OpenApi 1.4.0 Release!
Changes
- Config.register_docs => Config.open_api_docs.
- Config DSL
api
=>open_api
. - [IMPORTANT] DSL
open_api
=>api
. - Use module instance variables instead of global variables.
- Is refactoring based on rubocop by hand.
New Feature
- Support CombinedSchema, like
one_of
,any_of
.. - Authentication and Authorization DSL, for Defining Security Scheme and Applying Security.
- The ability to identify multi-httpverbs.
- Also support
api :name, type: String
.
(You have to write this beforeapi :name, String
) - Support designated http method in
api
. - Fix controller's require question in
generate_docs
. - Support read files to get routes information. (Config.rails_routes_file)
- The completion of the basic README.