pandoc-plot v0.4.0.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • ๐Ÿš€ Release 0.4.0.0 sees a few changes:

    • โž• Added a --full-version flag to the executable, which includes which version of pandoc/pandoc-types was used, as well as the git revision.
    • โž• Added the clean command to the executable. This can be used to clean-up output files produced by pandoc-plot.
    • โž• Added the top-level function cleanOutputDir to clean output of pandoc-plot. This is only accessible if pandoc-plot is used as a library.

    There is one small breaking change:

    • ๐Ÿ”„ Changed the flag --write-example-config to the command write-example-config. This creates a distinction between commands (which can perform IO operations), and command-line flags, which cannot.

    Less important changes:

    • ๐Ÿ“š Updated documentation.
    • โž• Added a distinction between failure to render a figure because of a mistake, and failing to render a figure because the toolkit is not installed. pandoc-plot will give better error messages in the latter case.