Releases: ruby-grape/grape-swagger-entity
Releases · ruby-grape/grape-swagger-entity
v0.6.2
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
Full Changelog: v0.6.1...v0.6.2