You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable #descriptions_location config to be an array of pathname instances or fullpath strings, which will make dox search resource descriptions in more folders, not just one
DEPRECATION WARNING: Rails 7.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead.
v2.2.0 (2022-11-03)
Enhancements
Prepare dox for Rails 7.1 - Start using #media_type on request and response objects (removes following deprecation message):
DEPRECATION WARNING: Rails 7.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead.
v2.1.0 (2021-03-26)
Enhancements
Added 'activesupport' as a runtime dependency
Dropped 'rails' as a runtime dependency
v2.0.0 (2020-08-08)
Enhancements
Added Dox.config.title
Added Dox.config.header_description
Added Dox.config.version
Breaking changes / Deprecations
[BREAKING] The API description format changed from API-blueprint to OpenAPI.
[BREAKING] Base structure is now defined in .json format
[BREAKING] Output is written to a .json file
[BREAKING] Html is rendered with Redoc instead of Aglio