Skip to content

Releases: ruby-grape/grape-swagger-entity

v0.6.2

23 May 07:17
e321ef2
Compare
Choose a tag to compare

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

v0.6.1

06 May 12:37
4782b74
Compare
Choose a tag to compare

What's Changed

  • Fix Correctly handle class types like Time in documentation by @krororo in #79

Full Changelog: v0.6.0...v0.6.1

v0.5.1: Merge pull request #53 from ruby-grape/prepare-0.5.1

01 Jul 20:47
f8c8c47
Compare
Choose a tag to compare

v0.5.0

01 Jul 20:46
Compare
Choose a tag to compare

Yanked

v0.1.2

11 May 04:56
Compare
Choose a tag to compare
Version bump

v0.1.0

11 May 03:56
Compare
Choose a tag to compare
More rubies for travis