All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.0 (2020-07-15)
- attributes: add support for custom svg attributes (c43f601)
- command-args: add JAVA_OPTS (123a85f)
- command-args: add PLANTUML_OPTS (26e0584)
- command-args: move argument building into configuration (7ae1034)
0.6.0 (2020-03-27)
- error-handling: fix stderr and stdout issues (ec7748e)
- plantuml: fix to configuration of custom plantuml jar (349e619), closes #10
- pluginOptions: handle when plantumljar does not exist (93bc546)
- test-remark-plugin: remove unused toMatchPlantUmlError matcher (527c3c9)
0.5.0 (2020-02-28)
0.4.0 (2020-01-22)
- error-handling: report plantuml error messages (6b20e42)
0.3.0 (2020-01-13)
- gatsby-remark-plantuml: add support for headless (2a22273)
0.2.0 (2019-10-04)
- plantuml: fix race condition with process handling (0e268b9), closes #2
- plantuml: use reporter.error instead of panic to avoid failing build (f690ce6)
- test: move snapshot matching to end (0c72e1f)
0.1.2 (2019-09-25)
- plantuml: fix library location after change 0ee16f5 (e8fb316)
0.1.1 (2019-09-25)
- gatsby: put index.js into root folder (0ee16f5)
- babel: use babel-preset-gatsby-package 0.2.5 to avoid corejs warnings (5966e0e)
- babel: configure babel as a copy of gatsby (0d72de4)
- changelog: add CHANGELOG.md shell (896589f)
- emacs: configure for unix file-coding (ec47bea)
- eslint: configure eslint as a copy from gatsby (4a35b4c)
- git: add .gitignore (c50d308)
- npm: add .npmignore (3f856ef)
- plantuml: add plantuml library (a5fab71)
- plantuml: add plantuml remark handling (3445e6e)
- prettier: configure prettier as a copy from gatsby (da90390)
- visualize: use sanitizedTestName only in filename (09d7e3a)
- visualize-test: add script
npm run visualize:tests
to generate svg visualizations (200f8e2)