All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.7.0 - 2023-10-17
- Set
MKDOCS_CONFIG_DIR
environment variable to build file path relative to it (a2cbea5 by Timothée Mazzucotelli).
1.6.0 - 2023-04-18
- Add
idprefix
option allowing to change/remove HTML id/href prefixes (4d91463 by Timothée Mazzucotelli).
1.5.3 - 2023-04-18
- Reuse Markdown configuration as declared in mkdocs.yml (afe091c by Timothée Mazzucotelli).
1.5.2 - 2023-04-18
- Reset counter in post build event (3bf80de by Timothée Mazzucotelli).
1.5.1 - 2023-04-17
- Remove pycon output lines when rendering source as console (fb5a23d by Timothée Mazzucotelli).
- Fix nested rendering (a110d44 by Timothée Mazzucotelli).
1.5.0 - 2023-04-17
- Update ToC with generated headings (5ea2263 by Timothée Mazzucotelli).
1.4.1 - 2023-04-16
- Improve handling of errors within sessions (87ac5f3 by Timothée Mazzucotelli).
- Swallow non-extra parameters in run functions (f5d4fef by Timothée Mazzucotelli).
- Simplify tree formatter signature (09d5427 by Timothée Mazzucotelli).
1.4.0 - 2023-03-15
- Sessions: persist and reuse state for Python and Pycon code blocks (a8fef5e by Timothée Mazzucotelli). Issue #16
1.3.0 - 2023-02-18
- Remove margin hack from Material source (beec237 by Timothée Mazzucotelli).
- Better support pycon syntax (22b51c6 by Timothée Mazzucotelli).
1.2.0 - 2023-02-01
1.1.0 - 2023-01-27
- Log details to help debugging errors (4c0228d by Timothée Mazzucotelli). Issue #12
- Allow expecting specific exit codes (620ec66 by Timothée Mazzucotelli). Issue #10
- Formatters now only accept keyword arguments (0940ca9 by Timothée Mazzucotelli).
1.0.0 - 2022-11-24
- Allow defining IDs on code blocks (for warnings) (0091167 by Timothée Mazzucotelli).
- Use base format everywhere (more flexible) (cefba70 by Timothée Mazzucotelli).
0.7.4 - 2022-11-13
- Render source for non-HTML output (regression) (3028dcd by Timothée Mazzucotelli).
0.7.3 - 2022-11-13
- Don't wrap HTML in
p
tag (420d79d by Timothée Mazzucotelli).
0.7.2 - 2022-09-01
- Make
tree
formatter forward extra options (54996a9 by Timothée Mazzucotelli). - Fix race condition issue (37d7f86 by Timothée Mazzucotelli).
0.7.1 - 2022-08-28
0.7.0 - 2022-05-28
- Add ability to hide source lines (3cb1934 by Timothée Mazzucotelli).
0.6.0 - 2022-05-21
- Add tree formatter (8096990 by Timothée Mazzucotelli).
- Handle code blocks execution errors and log warnings (34e16db by Timothée Mazzucotelli).
- Fix Python execution to support nested scopes (74b9a95 by Timothée Mazzucotelli).
0.5.0 - 2022-05-09
- Allow wrapping result in code block (37201e4 by Timothée Mazzucotelli).
- Add support for shell code blocks (f2b4b67 by Timothée Mazzucotelli).
- Fetch plugin languages from dict (de8309e by Timothée Mazzucotelli).
- Add reusable base formatter (c265bee by Timothée Mazzucotelli).
0.4.0 - 2022-05-09
- Add literate Markdown support (8d3ed7e by Timothée Mazzucotelli).
- Add
material-block
style to show source (ff10ee1 by Timothée Mazzucotelli). - Support up to 8 levels of exec code block nesting (bfde808 by Timothée Mazzucotelli).
0.3.1 - 2022-05-07
- Actually prevent HTML re-rendering (4374852 by Timothée Mazzucotelli).
0.3.0 - 2022-05-01
- Support
pycon
code blocks (2c86394 by Timothée Mazzucotelli). - Add
console
source integration option (62dfd74 by Timothée Mazzucotelli). - Provide a MkDocs plugin for easier setup (5fce814 by Timothée Mazzucotelli).
- Support changing tabs titles (d150596 by Timothée Mazzucotelli).
- Allow using
print
in code blocks (7c124fd by Timothée Mazzucotelli). - Allow passing extra opts like title to source code blocks (bb3252a by Timothée Mazzucotelli).
- Split Python formatter to allow reuse (fc56702 by Timothée Mazzucotelli).
- Setup a more robust Markdown converter (395f4c4 by Timothée Mazzucotelli).
0.2.0 - 2022-04-18
- Add ability to render using tabs (91a95ae by Timothée Mazzucotelli).
0.1.0 - 2022-02-19
- Implement execution of code blocks (41c8d81 by Timothée Mazzucotelli).