All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
1.4.1 (2024-11-11)
- merge set with syntax supported by below Python 3.9 (9c740f7)
1.4.0 (2024-08-17)
- support setting custom pandoc path (4c4c0b7)
1.3.3 (2024-08-05)
- fix relative path rewrite (4ed0ac4)
- add direnv config (64390c2)
- add more test cases (d6b4030)
- clean up test dir (097378e)
- fix some test case (1195edc)
- update flake inputs (c8fb03f)
- update nix devShell dependencies (b25184f)
- update version bumper (c64b30d)
1.3.2 (2024-05-13)
- allow the XML parser to recover in case of syntax errors for a more robust behavior (eb26976)
- fix version number (750b538)
- should unescape underscores back from markdown strict (f16ed6b)
1.3.1 (2024-03-31)
- fix file lookup by always also searching in paths provided in include-resources (1eee193)
1.3.0 (2024-02-10)
- emit a warning if file not found by default
- Adding handling of resource-paths for includes by adding
include-resources
as meta data variable. (f5c0644) - Adding possibility to include
XML
files while applying aXSL
transformation (fd001f9) - emit a warning if file not found by default (560f850)
- convert to strict markdown to test include line (adfe00e)
- fix not found error for code include (6260381)
- merge options with default to prevent missing keys (b21fb71)
- add docs for environment variables (d5d82e0)
- add nix flake for dev environment (6c6422d)
- add todo items (0c5e8fd)
- allow manual dispatch (f7a6be3)
- fix github action (63c5c62)
1.2.1 (2023-11-08)
- improve efficiency and refactor code (9cde6de)
- add config for venv (f94e4c1)
- add doc for special filenames (45b65df)
- add minimum pandoc version (7136d06)
- add test for sepecial filenames (29ed6e7)
- update description of format field (f0cd4fe)
- update version updater (c21df5f)
1.2.0 (2021-10-23)
- allow include as raw blocks (fcc6193)
1.1.0 (2021-08-30)
- rewrite relative paths
- rewrite relative paths (a36ca20)
- fix code include check (2af041a)
1.0.1 (2021-08-27)
- fix attribute error (1436483)
1.0.0 (2021-08-26)
- change parsing logic
- add dedent (a51f74e)
- add support for different formats (52c316a)
- add type for config key (2a64547)
- allow negative line numbers (a6792e7)
- change parsing logic (53fce08)
- ignore rest of line when including (5e09040)
- improve snippet include (82115a6)
- move name and config parsing (1c03dfe)
- support options for partial include (3e3d0fc)
- add missing modules (ba0c3e5)
- add package import in init (7fa9641)
- fix a bug (dcced91)
- fix a typo (e2ee9ab)
- fix invalid indexing (24383d8)
- fix module import (a01bdf2)
- fix setup.py (bc6a0fe)
- rename dir name (5c41e2c)
0.8.7 (2021-04-11)
- remove unnecessary dependencies (cae8184)
0.8.6 (2021-04-11)
- fix raw header-includes (3caa003)
0.8.5 (2021-03-09)
- add code including (b90177d)
- pass pandoc_options only when necessary (a9b5b8a)
0.8.4 (2020-11-25)
0.8.3 (2020-09-30)
- fix the option name
- fix the option name (7277158)
0.8.2 (2020-09-29)
- remove default extension
- remove default extension (7d1eb12)
0.8.1 (2020-09-29)
- fix dependencies (7650adb)
0.8.0 (2020-09-29)
- add support for shell-style wildcards (6134ae6)
0.7.3 (2020-06-27)
- fix deprecated load function (e536320)
0.7.2 (2020-04-30)
0.7.1 (2020-04-30)
- remove temp file if it exists (610ab42)
0.7.0 (2020-02-26)
- add pandoc-options (7afcd61)
0.6.3 (2020-01-07)
- remove debug info (5ddf096)
0.6.2 (2020-01-07)
- fix latex in header (69b60e1)