Changelog for
python-sphinxcontrib-httpdomain-1.3.0-1.5.noarch.rpm :
Tue Sep 16 14:00:00 2014 tbechtoldAATTsuse.com
- update to version 1.3.0:
* jsonparameter/jsonparam/json became deprecated and split into
reqjsonobj/reqjson/
[issue #55, pull request #72 by Alexander Shorin]
* Support synopsis (short description in HTTP index), deprecation
and noindex options for resources.
[issue #55, pull request #72 by Alexander Shorin]
* Stabilize order of index items.
[issue #55, pull request #72 by Alexander Shorin]
* Added :rst:directive:`http:any` directive and
http:any role for ANY method.
[issue #55, pull request #72 by Alexander Shorin]
* Added :rst:directive:`http:copy` directive and http:copy role
for COPY method.
[issue #55, pull request #72 by Alexander Shorin]
* Added http:header role that also creates reference to the
related specification.
[issue #55, pull request #72 by Alexander Shorin]
* http:statuscode role became to provide references to
specification sections.
[issue #55, pull request #72 by Alexander Shorin]
* Fixed Python 3 incompatibility of autohttp.tornado.
[pull request #61 by Dave Shawley]
Tue Jun 24 14:00:00 2014 dmuellerAATTsuse.com
- update to 1.2.1:
* Six support
Mon Oct 21 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.2.0:
* Add tornado support
Thu Aug 8 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.1.9:
* Add sphinx.ext.autodoc-style HTTP API reference builder (from Bottle)
Mon May 13 14:00:00 2013 dmuellerAATTsuse.com
- update to 1.1.8:
* Added better support for docstrings in flask.views.MethodView
* Added jsonparameter along side form and query parameters.
* Fixed issue with undefined Value and umethod variables.
* Now http Pygments lexer can Handle continuous header lines well.
* Added undoc-blueprints flag option to autoflask directive.
* Fixed issue #29, a bug that autoflask directive raised
UnicodeDecodeError when it contains non-ASCII characters.
* Added endpoints flag option to autoflask directive.
Thu Nov 15 13:00:00 2012 saschpeAATTsuse.de
- Initial version