Releases: executablebooks/rst-to-myst
Releases · executablebooks/rst-to-myst
v0.4.0
What's Changed
- ⬆️ UPDATE: docutils v0.19, sphinx v6 by @chrisjsewell in #67
- ⬆️ UPGRADE: markdown-it-py v2 by @chrisjsewell in #68
- 🐛 FIX: --conversions read from file by @chrisjsewell in #64
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- 🔧 flake8: fix pre-commit errors by @goxberry in #51
- docs: replace "dropdpwn" with "dropdown" by @goxberry in #50
- 🔧: github-actions via dependabot.yml by @goxberry in #53
- 🔧 Move to PEP621 pyproject by @chrisjsewell in #55
- 🐛 FIX: CLI option callbacks with --config by @chrisjsewell in #60
- 🔧 Bump actions/checkout from 2 to 3 by @dependabot in #56
- 🔧 Bump pre-commit/action from 2.0.0 to 3.0.0 by @dependabot in #59
- 🔧 Bump codecov/codecov-action from 1 to 3 by @dependabot in #57
- 🔧 Bump actions/setup-python from 1 to 4 by @dependabot in #58
- 🚀 RELEASE: v0.3.4 by @chrisjsewell in #61
New Contributors
- @goxberry made their first contribution in #51
- @dependabot made their first contribution in #56
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- 🔧 FIX docs build and pre-commit by @chrisjsewell in #40
- 🐛 FIX dollarmath for mdit-plugins v0.3 by @chrisjsewell in #41
- ⬆️ Allow click v8 by @chrisjsewell in #42
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #43
- 👌 IMPROVE: Add support for doctest_block nodes by @zsol in #38
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- 👌 IMPROVE: Cache directive data loading by @zsol in #36
- 👌 IMPROVE: Allow namespace to be passed to
to_docutils_ast
by @chrisjsewell in #46 - 🚀 RELEASE: v0.3.3 by @chrisjsewell in #47
New Contributors
- @pre-commit-ci made their first contribution in #43
- @zsol made their first contribution in #38
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- 🐛 FIX: RST tables
eval_rst
->eval-rst
by @chrisjsewell in #29 - 🚀 RELEASE: v0.3.2 by @chrisjsewell in #30
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- 🐛 FIX: Unprocessed directive content by @chrisjsewell in #20
- ✨ NEW: Convert math directives to dollar-math by @chrisjsewell in #21
Full Changelog: v0.2.2...v0.3.0
v0.2.2
📚 DOCS: Update README
v0.2.1
🐛 FIX: directives in nested states (#19)
v0.2.0
♻️ REFACTOR: Move to markdown-it + mdformat renderer (#18) Conversion now procedes via conversion to markdown-it tokens, followed by conversion to Markdown text with mdformat.
v0.1.2
🚀 RELEASE: v0.1.2