Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@numbata numbata released this 23 May 07:17
· 1 commit to master since this release
e321ef2

This release resolves a critical bug that prevented schema generation when API documentation specified data types using Ruby classes. For instance:

expose :foo, documentation: { type: Hash }

Without this fix, schema generation would fail in such cases.

What's Changed

  • Fix: Recognize Grape::API::Boolean as a primitive type by @numbata in #82

Full Changelog: v0.6.1...v0.6.2