Skip to content

Releases: sytsereitsma/mdbook-plantuml

v0.8.0

04 Jul 20:14
ee6e384
Compare
Choose a tag to compare
  • Many thanks to @danieleades for cleanup and modernization
  • Click on an image to open it in isolation (credit @YushiOMOTE)
  • Add support for puml code blocks as an alternative to plantuml (native IDE support for various programs, credit @YushiOMOTE)
  • Diagram formats can now be configured per code block (e.g. png, or svg)
  • Support for Data URLs, credit @knightflower1989). This feature can be used to workaround the mdbook serve loop issue

Caching and rebuild loop fix

29 Aug 21:18
Compare
Choose a tag to compare
  • 🏎️ Speed! Added caching to only regenerate the changed code blocks, instead of all of them.
  • Feature gated the PlantUML server and ssl server (default is ssl server).
    Issue #16
  • Fixed infinite rebuild loop when using the mdbook serve command.
    Because the preprocessor output cannot be written directly to the book output
    dir anymore the images need to be created in the src dir unfortunately (mdBook
    change). You still end up with one extra rebuild when images are updated, I cannot
    prevent this (the gitignore file of mdbook should be able to prevent this,
    but it does not).
    Issue #17

v0.4.0 PlantUML server

02 Oct 20:42
Compare
Choose a tag to compare

0.4.0 (2019-09-25)

  • PlantUML server support, woot!
  • Fixed issue where all markdown after the first PlantUML image was not
    rendered anymore (preprocessors cannot output HTML apparently).
  • Images in nested chapters now have the correct URL (thanks @rafasf).
  • Allow logging to file to troubleshoot preprocessor issues.

Added windows binary to v0.3.0

04 Sep 19:25
Compare
Choose a tag to compare
Render to file, render ditaa as png

fixes #9