summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-14Merge branch 'roadmap-dep' into 'main'0.2.1Lars Wirzenius2-6/+7
chore: update version for roadmap dependency See merge request larswirzenius/pandoc-filter-diagram!13
2022-06-14chore: update version for new releaseLars Wirzenius2-2/+2
Sponsored-by: author
2022-06-14chore: update version for roadmap dependencyLars Wirzenius2-4/+5
Sponsored-by: author
2022-02-15Merge branch 'debian-release' into 'main'Lars Wirzenius1-0/+6
chore: update debian/changelog to use current release version See merge request larswirzenius/pandoc-filter-diagram!12
2022-02-15chore: update debian/changelog to use current release versionLars Wirzenius1-0/+6
Sponsored-by: pep.foundation
2022-01-31Merge branch 'msrv' into 'main'Lars Wirzenius1-3/+1
chore: add a rust-version field to Cargo.toml; update Cargo.lock Closes #1 See merge request larswirzenius/pandoc-filter-diagram!10
2022-01-26Merge branch 'release' into 'main'0.2.0Lars Wirzenius2-72/+94
prepare release 0.2.0 See merge request larswirzenius/pandoc-filter-diagram!11
2022-01-26chore: update Cargo.lockLars Wirzenius1-70/+92
Sponsored-by: author
2022-01-26chore: bump version for next releaseLars Wirzenius2-2/+2
From 0.1.1 to 0.2.0, because this release will bump the minimum supported Rust version, and I consider that to be a breaking change. Sponsored-by: author
2022-01-26chore: update Cargo.lock so all dependencies are up to dateLars Wirzenius1-70/+92
Sponsored-by: author
2022-01-26chore: add a rust-version field to Cargo.tomlLars Wirzenius1-3/+1
Sponsored-by: author
2021-12-11Merge branch 'errors' into 'main'Lars Wirzenius3-24/+167
Error handling improvements Closes #2 See merge request larswirzenius/pandoc-filter-diagram!9
2021-12-11feat(cli): write any errors to stderr, fail if requestedLars Wirzenius3-1/+47
The command line program provided by the crate by default succeeds, despite any errors. If PANDOC_FILTER_FAIL=1 is set in the environment, it fails. Sponsored-by: author
2021-12-11docs: improve doc commentsLars Wirzenius1-12/+91
Sponsored-by: author
2021-12-11feat! collect errors from diagram renderingLars Wirzenius1-7/+25
The errors are always rendered into the document. The caller can get them with the DiagramFilter::errors method and can decide what to do if there are any. This also changes the function signature for DiagramFilter::error_block, which is SemVer incompatible. Sponsored-by: author
2021-12-11fix: include stderr in error message when helper failsLars Wirzenius1-1/+1
Previously, the exit status code was shown, not stderr. Sponsored-by: author
2021-12-11fix: use the right command line tool in scenariosLars Wirzenius1-3/+3
Sponsored-by: author
2021-12-11Merge branch 'chore' into 'main'Lars Wirzenius1-8/+13
chore: tidy up based on clippy suggestions See merge request larswirzenius/pandoc-filter-diagram!8
2021-12-11chore: tidy up based on clippy suggestionsLars Wirzenius1-8/+13
Sponsored-by: author
2021-12-10Merge branch 'subplot' into 'main'Lars Wirzenius8-2/+1474
chore: add dependencies for upcoming Subplot scenario building See merge request larswirzenius/pandoc-filter-diagram!7
2021-12-10test: add implementation, running of Subplot scenariosLars Wirzenius4-0/+42
Sponsored-by: author
2021-12-10chore: git ignore HTML and PDF fileLars Wirzenius1-0/+2
They'll be generated by Subplot. Sponsored-by: author
2021-12-10test: add subplot file for verifying that the binary worksLars Wirzenius1-0/+254
Sponsored-by: author
2021-12-10chore: add dependencies for upcoming Subplot scenario buildingLars Wirzenius2-2/+1176
Sponsored-by: author
2021-12-02Merge branch 'fixes' into 'main'0.1.1Lars Wirzenius2-2/+2
bump version See merge request larswirzenius/pandoc-filter-diagram!6
2021-12-02chore: update Cargo.lockLars Wirzenius1-1/+1
Sponsored-by: author
2021-12-02bump versionLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30Merge branch 'fix-copyright' into 'main'Lars Wirzenius1-1/+1
fix: add missing copyright holder to README See merge request larswirzenius/pandoc-filter-diagram!5
2021-11-30fix: add missing copyright holder to READMELars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30Merge branch 'fix-debian' into 'main'0.1.0Lars Wirzenius1-1/+1
fix: the no-op command in shell is "true", not "pass" See merge request larswirzenius/pandoc-filter-diagram!4
2021-11-30fix: the no-op command in shell is "true", not "pass"Lars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30Merge branch 'debian' into 'main'Lars Wirzenius1-6/+6
chore: update Cargo.lock See merge request larswirzenius/pandoc-filter-diagram!3
2021-11-30chore: update Cargo.lockLars Wirzenius1-6/+6
2021-11-30Merge branch 'debian' into 'main'Lars Wirzenius9-1/+80
chore: add initial Debian packaing See merge request larswirzenius/pandoc-filter-diagram!2
2021-11-30fix: drop edition to 2018, because dh-cargoLars Wirzenius1-1/+1
Sponsored-by: author
2021-11-30chore: add initial Debian packaingLars Wirzenius8-0/+79
Sponsored-by: author
2021-11-29Merge branch 'fix-readme-link' into 'main'Lars Wirzenius1-0/+2
fix: link to Pandoc in README See merge request larswirzenius/pandoc-filter-diagram!1
2021-11-29fix: link to Pandoc in READMELars Wirzenius1-0/+2
Sponsored-by: author
2021-11-29feat: add basic featuresLars Wirzenius6-3/+866
Add rendering of dot, plantuml, pikchr, roadmap, and raw SVG, from fenced code blocks into SVG. Sponsored-by: pep.foundation
2021-11-29Initial commitLars Wirzenius3-0/+12