----------------- - Update classifiers (Python 3.6) - Added some documentation about the parameter to indicate the output format - Fixed typo in width calculation - Added support for CSV, TSV (PR 98) - Added support for Only HTTP Content Negotiation (82)
1.8.0
----------------- - Updated return formats for not content negotiation situations - Included license in the MANIFEST (issue 76) - Added explicit support for RDF/XML as allowed format (issue 75) - Added proper shebang (issue 78) - Moved keepalive as optional dependency (issue 79) - Fixed hash check on prefixes (issue 77) - Fixed epydoc warnings (issue 41)
1.7.6
----------------- - Removed wrong response encoding (issue 70) - Authorization header bug when using Python 3 (issue 71)
1.7.5
----------------- - Removed pip dependency on setup (issue 69)
1.7.4
----------------- - Fixed packaging (issue 66)
1.7.3
----------------- - Finally fixed the keepalive issue in all Pyhon versions (issue 65) - Removed old JSON layer in favor of the native json module