Changes¶
0.2.2 (9 October 2019)¶
Drop Python 3.3 support.
New footnote and footnote_reference methods for docutils footnote support.
0.2.1 (8 December 2014)¶
Add Python 3.4 support, drop Python 3.2 support.
Support more tags, also fail gracefully on unknown tags (see issue #6, reported by Jellby).
Use universal wheel for distribution.
0.2.0 (8 August 2013)¶
BACKWARD INCOMPATIBLE The backend now renders into a list of docutils nodes instead of a single docutils node.
New
paragraph()
method to render an entry into a single docutils paragraph.The
<inline>
wrapper nodes are no more, leading to much simpler generated code.Full test coverage.
Generated citation nodes now contain text inside a paragraph.
Minimal example.
0.1.0 (7 August 2013)¶
Copied the backend from pybtex.
Initial documentation.
Initial tests and travis.ci integration.