- Fix: translate parameter
type
to String, enables using Mongoid fields as parameter definitions - @dblock. - Adding support for generating swagger responseClass and models from Grape Entities - @calebwoods.
- Adding hidden endpoints - @arturoherrero.
- Fix: allow urls with
-
- @dadario. - Fix: mounting multiple documentations - @Drakula2k.
- Fix: resource groupings for prefixed APIs - @aew.
- Fix: hide_documentation_path on prefixed APIs - @spier.
- Adding ability to specify a nickname for an endpoint - @lhorne.
- Adding void and list[] types to responseClass - @lhorne.
- Added Rails 4 support - @jrhe.
- Fix: document APIs at root level - @dblock.
- Added support for procs in basepath - @tim-vandecasteele.
- Support both
:desc
and:description
when describing parameters - @dblock. - Fix: allow parameters such as
name[]
- @dblock.
- Added Grape 0.5.0 support - @tim-vandecasteele.
- Support https - @cutalion.
- Added version support - @agileanimal, @fknappe.
- Added support for nested parameters - @tim-vandecasteele.
- Added basic support for specifying parameters that need to be passed in the header - @agileanimal.
- Add possibility to hide the documentation paths in the generated swagger documentation - @tim-vandecasteele.
- Added support for markdown in notes field - @tim-vandecasteele.
- Fix: compatibility with Rails - @qwert666.
- Fix: swagger UI history - @tim-vandecasteele.
- Use resource as root for swagger - @tim-vandecasteele.
- Added support for file uploads, and proper
paramType
- @tim-vandecasteele. - Added tests - @nathanvda.
- Added some configurability to the generated documentation - @tim-vandecasteele.
- Adapted to rails plugin structure - @tim-vandecasteele.
- Allowed cross origin, so swagger can be used from official site - @tim-vandecasteele.
- Initial public release - @tim-vandecasteele.