Releases: infinum/dox
Releases · infinum/dox
v2.1.0
v1.3.0
v2.0.0
Released 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
- [BREAKING] Renamed
Dox.config.desc_folder_path
->Dox.config.descriptions_location
- [BREAKING] Removed
endpoint
method from document resource block - [DEPRECATED]
Dox.config.header_file_path
v1.2.0
v1.1.0
Released 2018-02-19
Enhancements
- Full RSpec failure dump to stderr if any test fails when running tests with Dox::Formatter
- Support any payload format with pretty formatting for JSON and XML (based on
content-type
header)
Bugfixes
- Ignore subdomain request header in headers output
v1.0.2
v1.0.1
v1.0.0
Released 2017-05-06
Enhancements
- Guess path params for URI definition from example's request object
- Validate HTTP verbs specified in the descriptors' actions
- Document only examples whitelisted with
dox
tag - Added option for whitelisting additional HTTP headers for examples
- Show request HTTP verb and fullpath for each action request
- Dox executable
Bugfixes
- Ignore body in query params (Rails 4 issue) for example request URL
- Pull request and response objects from example metadata
v1.0.0.alpha
Released 2016-10-18
Enhancements
- Updated the dependencies
extend Dox::DSL::Syntax
instead ofinclude Dox::DSL::Syntax
in descriptors
Breaking changes / Deprecations
- [BREAKING] Raise errors on missing required dox attributes in descriptors