Sha256: c76e0cabc2e8f09c18d77c9cf3c19936d73c2b9adf9a7afe8fee67474de38939
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# Changelog ## Version 1.0.0 Released on May 6, 2017 New: - 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 Fix: - Ignore body in query params (Rails 4 issue) for example request URL - Pull request and response objects from example metadata ## Version 1.0.0.alpha Released on October 18, 2016 - Updated the dependencies New: - Raise errors on missing required dox attributes in descriptors - `extend Dox::DSL::Syntax` instead of `include Dox::DSL::Syntax` in descriptors ## Version 0.0.3 Released on June 22, 2016 Fix: - Fixed example identifier for examples with query params ## Version 0.0.2 Released on June 14, 2016 - Created core classes and a DSL for manipulating the examples in specs - Added usage to readme ## Version 0.0.1 Released on June 06, 2016 - First release of the dox gem where the initial gem skeleton has been created
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dox-1.0.0 | CHANGES.md |