Sha256: 3ce12b20d83f9730b68e757adad7603cfb6f62891fd95c442526d8c07a5fe245
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# Changelog ## Version 1.0.1 Released on June 10, 2017 New: - Add Rake tasks for generating documentation to Readme Fix: - Fix printing request body for test examples ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dox-1.0.2 | CHANGES.md |
dox-1.0.1 | CHANGES.md |