- Bump required docutils version to 0.14.
- Add tests for docutils 0.14 and 0.18 in github workflow.
- Fix tests for docutils 0.17 and lower (fixes issue #22, reported by kloczek).
- Drop Python 3.6 support.
- New
simplebibliography
directive, which will generate a citation for every entry in the specified bib files, intended for simple single document workflows that do not require the full power of Sphinx. - Fix deprecation warning with docutils 0.18 (see issue #21, reported by drammock).
- Add py.typed so mypy finds the type annotations.
- Switch to github actions for regression testing.
- Drop Python 2.7, 3.4, and 3.5 support.
- Add type annotations.
- Add support for sub and sup tags.
- Drop Python 3.3 support.
- New footnote and footnote_reference methods for docutils footnote support.
- 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.
- BACKWARD INCOMPATIBLE The backend now renders into a list of docutils nodes instead of a single docutils node.
- New :meth:`~pybtex_docutils.Backend.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.
- Copied the backend from pybtex.
- Initial documentation.
- Initial tests and travis.ci integration.