Skip to content

Releases: SwedbankPay/kramdown-plantuml

1.1.8

01 Nov 16:17
1db4250
Compare
Choose a tag to compare

#73 fixes even more stuff. 😬

1.1.7

01 Nov 13:04
e4ac6a7
Compare
Choose a tag to compare

#72 fixes a NoMethodError when page.output in Jekyll is nil.

1.1.6

01 Nov 12:07
4b0fff3
Compare
Choose a tag to compare

#71 introduces the raise_errors configuration key so error raising can be disabled and also plugs a few holes that were causing errors to occur.

1.1.5

01 Oct 06:53
b1f656a
Compare
Choose a tag to compare

#69 hooks into Jekyll if it can be discovered and postpones PlantUML conversion until after assets have been written to disk.

1.1.4

30 Aug 22:29
0bb0aa4
Compare
Choose a tag to compare

#65 improves handling of non-existent themes (which currently only causes PlantUML to throw a pretty non-descriptive NullPointerException).

1.1.3

04 Aug 22:23
f5f4cb1
Compare
Choose a tag to compare

#64 fixes theming by properly symbolizing keys in the options hash

1.1.2

03 Aug 22:22
2be1089
Compare
Choose a tag to compare

#63 improves logging

1.1.1

31 Jul 11:12
e0076f0
Compare
Choose a tag to compare

#61 makes PlantUML diagrams themeable by providing a way to globally configure a theme.

1.0.5

09 Oct 09:10
ec084ad
Compare
Choose a tag to compare

#25 introduces the following changes:

  1. Gets rid of the locally committed plantuml.jar file and install it with Maven during build instead, bumping its version from 1.2020.5 to 1.2020.18. This will allow Dependabot to provide pull requests for new versions of PlantUML as they are released.
  2. Suppresses some warnings caused by a bug in Java on macOS Catalina.
  3. Sets up RuboCop and fixes some of the issues it points out.
  4. Sets up Codecov (fixes #14).

1.0.4

28 May 13:20
933b536
Compare
Choose a tag to compare

Cleans up the output of the PlantUML diagram (removes XML prologue) and adds a class="plantuml" to the output so it is easier to style.