Releases: sytsereitsma/mdbook-plantuml
Releases · sytsereitsma/mdbook-plantuml
v0.8.0
- 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
- 🏎️ 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
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
Render to file, render ditaa as png fixes #9