Releases
v1.5.1
Zero-Rails_OpenApi 1.5.1 release!
[1.5.1 - 100% Test Coverage] - 2017/12/21 - view diff
Completed the test code (250+ examples), and make it 100% coverage.
Feature
type: [String, Integer ..]
will generate an array, which's items
would be a oneOf combined schema.
Fixed:
desc
will override dry's.
type: something
is passed to schema_hash
, but not type
.
Should not skip
the params inside block.
body_ref
invalid.
schema length
's order is reversed.
Example Obj ref.
Added:
Use simplecov
.
CodeClimate test hook.
Test's support.
Designed RSpec matchers have_keys
and have_size
.
Designed a set of RSpec's DSL (DSSL) for testing.
Changed:
WILL NOT do recognize_is_options_in
.
instance_eval
=> instance_exec
in dsl.rb.
Guard Clause for generate_docs
and where schema could be defined.
Change signature of server
in api
.
Simplify recursive
s.
enum: { 'desc' => :enum1 }
=> enum!: { 'desc' => :enum1 }
You can’t perform that action at this time.