Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.78 KB

CHANGELOG.rst

File metadata and controls

57 lines (33 loc) · 1.78 KB

Changelog

$(next-version) - The object specified for the directives can now be a callable with literal arguments.

0.23.0 - Allow referenced attributes to be callables with literal arguments.

0.22.2 - Refines the error reporting for directives with respect to import failures.

0.22.1 - Updates copyright notices.

0.22.0 - Minor fixes to the documentation.

0.21.5 - Build system updates

0.21.4 - Fixes a problem with literal-str which was erroneously quoting strings

0.21.3 - Resolving more packaging difficulties

0.21.2 - Resolving packaging difficulties

0.21.0 - Transition from TravisCI to GitHub actions build and support Python 3.10

0.20.0 - Adds a literal-repr, literal-str literal-format literal-any-items and literal-all-items roles.

0.20.0 - Use a lightly modified ReadTheDocs theme for the documentation. Add the literal-block directive.

0.15.0 - Adds support for the items-toc directive. Fixes formatting in README.rst.

0.14.2 – Adds missing implementation which prevented table titles from being displayed.

0.14.1 – Fixes a bug in display of table headers which affected the h-level-titles option. Also minor fixes to the documentation.

0.14.0 – Adds support for class and name options on directives.

0.13.0 – Adds the items-list directive for rendering arbitrarily nested lists and dictionaries as bullet lists, enumerated lists and definition lists. This work is very new and largely untested with little experience of whether it has the right combination of balance of features.

0.11.0 - Fixed erroneous imports.

0.10.0 - Updated documentation.

0.9.1 - Improved deployment configuration.

0.9.0 - Improved deployment configuration.

0.8.0 - Adds the items-table directive.

0.6 - Adds the any-items and all-items roles.

0.5 - First useful version with repr role.