Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

95 lines (52 loc) · 5.54 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2020-07-15)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • utf-8: fix utf-8 handling (fbdeb43), closes #9
  • visualize-tests: fix snapshotsdir (3351a45)

0.4.0 (2020-01-22)

Features

  • error-handling: report plantuml error messages (6b20e42)

0.3.0 (2020-01-13)

Features

  • gatsby-remark-plantuml: add support for headless (2a22273)

0.2.0 (2019-10-04)

Bug Fixes

  • 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)

Features

  • gatsby-remark-plantuml: add maxWidth option (8ff1b61), closes #1

0.1.2 (2019-09-25)

Bug Fixes

  • plantuml: fix library location after change 0ee16f5 (e8fb316)

0.1.1 (2019-09-25)

Bug Fixes

  • gatsby: put index.js into root folder (0ee16f5)

0.1.0 (2019-09-25)

Bug Fixes

  • babel: use babel-preset-gatsby-package 0.2.5 to avoid corejs warnings (5966e0e)

Features

  • 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)