Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: jwodder/rst2json

v0.5.1 — End of life

12 Dec 21:02
v0.5.1
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Support Python 3.11
  • Migrated from setuptools to hatch
  • Declare the project unsupported going forwards

v0.5.0 — Update for Docutils 0.18.1

26 Jan 14:53
v0.5.0
Compare
Choose a tag to compare
  • Support Python 3.10
  • Update for Docutils 0.18.1, which is now the minimum required version

v0.4.0 — `get_docutils_config_files()` function

06 Jun 17:51
v0.4.0
Compare
Choose a tag to compare
  • Added an rst2json.core.get_docutils_config_files() function for fetching the list of config files Docutils will read from based on the environment
  • Support Python 3.9
  • Updated test cases for Docutils 0.17 and pinned Docutils version in test environments to 0.17

v0.3.0 — Splitting up sections

14 Jul 22:07
v0.3.0
Compare
Choose a tag to compare
  • Breaking: When not a string, the format argument to the rst2json() function must now be an instance of a writer class, not an actual class
  • Added content.document_classes and content.subtitle_classes fields to output
  • Added a split_section_level option for splitting the content body up by sections

v0.2.0.post1 — Fix failing tests

11 Jul 22:41
v0.2.0.post1
Compare
Choose a tag to compare

v0.2.0 — Convenience function

11 Jul 22:32
v0.2.0
Compare
Choose a tag to compare
  • Added a convenience function, rst2json(), for converting reStructuredText to JSON directly within Python
  • Added information to the README on using the library's writer classes

v0.1.0 — Initial release

10 Jul 23:37
v0.1.0
Compare
Choose a tag to compare