- Change the message capitalization rule (Thx @k0kubun)
- Fix bugs on pending examples (Thx @taiki45)
- Fix version detector (Thx @kachick)
- Fix lambda syntax (Thx @highwide)
- Add
Autodoc.configuration.document_path_from_example
(Thx @samuraiT)
- Support other specs directory than spec/requests (Thx @joe-re)
- Support image response (Thx @mzp)
- Support nested parameters on weak_parameters (Thx @mzp)
- Add HTML Documentation support (Thx @daviddening)
- Support RSpec 2.99 (Thx @dex1t)
- Support RSpec 3
- Show dummy message if Content-Type might be BINARY
- Support PATCH method
- Some improvements on the document template file
- Fix ToC template for specs in sub-directory
- Fix template & document bug
- prettify JSON request body
- filter request & response header by Autodoc.configuration.suppress_{request,response}_header
- change Autodoc::Document interface & template to mimic HTTP text
- include query string into document template
- sort list in ToC
- fix ToC generator
- add ToC generator
- use Autodoc.configuration.path to change documents path
- add Documents class
- clean up dependencies & implementation
- fix default documented headers
- fix load dependency on rspec
- remove dependency on awesome_print
- fix encoding error at ruby 1.9 or earlier versions
- support rack-test
- change response format from Ruby hash table to JSON object
- support WeakParameter's :description option
- custom template
- AUTODOC environment variable
- show request body
- configurable response header
- 1st release on 2013-06-07