Skip to content

Releases: talsma-ict/umldoclet

Release 2.1.2

16 Feb 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

Release 2.1.1

24 Nov 23:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

31 Dec 14:34
Compare
Choose a tag to compare

What's changed

  • New option '--plantuml-server-url' to use PlantUML server (69b8709)
  • Bump PlantUML version to 1.2022.14. (43adb9a)
  • Build dependencies:
    • Bump mockito-core from 4.8.1 to 4.11.0 (#444, #452, #456)
    • Bump jul-to-slf4j from 2.0.3 to 2.0.6 (#445, #447, #450)
    • Bump logback-classic from 1.4.4 to 1.4.5 (#446)

Full Changelog: 2.0.20...2.1.0

Release 2.0.20

27 Oct 14:18
Compare
Choose a tag to compare

What's changed

  • Use a transparent background for dependency diagrams by default. (#440)
  • Bump PlantUML version to plantuml-asl-1.2022.12 (#442)

Full Changelog: 2.0.19...2.0.20

Release 2.0.19

01 Oct 12:53
Compare
Choose a tag to compare

What's changed

  • Address security issue. This fixes #419
  • Take a java module name into account for pathnames. (#426)
  • Fix external link redirecting to generic HTML file.
  • Fix dependencydiagram links from module (#436)
  • Bump PlantUML version to plantuml-asl-1.2022.8 (#435, #425)
  • Upgrade maven wrapper to mvn 3.8.6, wrapper 3.1.1.
  • Bump logback-classic from 1.2.11 to 1.4.1 (#430, #427)
  • Bump jul-to-slf4j from 1.7.36 to 2.0.3 (#434, #431, #424)
  • Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#422)
  • Bump mockito-core from 4.6.1 to 4.8.0 (#429, #423)
  • Bump junit-jupiter-engine from 5.8.2 to 5.9.0 (#418)

Full Changelog: 2.0.18...2.0.19

Release 2.0.18

01 Jul 15:27
Compare
Choose a tag to compare

What's Changed

  • Bump maven-scm-plugin from 1.12.2 to 1.13.0 in #412
  • Bump mockito-core from 4.5.1 to 4.6.1 in #413, #414
  • Bump maven-failsafe-plugin from 3.0.0-M6 to 3.0.0-M7 in #415
  • Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 in #416
  • Bump PlantUML version to plantuml-asl-1.2022.6 in #417

Full Changelog: 2.0.17...2.0.18

Release 2.0.17

06 May 13:55
Compare
Choose a tag to compare

Release notes

  • Introduce new -umlImageFormat option svg_img for scalable vector graphics to be included as regular HTML <img> tags.
    Please note that this disables the links from the diagrams, but may be what you need if you require scalable images
    but somehow can't use the default HTML object tags (see #410).
  • Bump PlantUML version to plantuml-asl-1.2022.5 (#411)

Release 2.0.16

29 Apr 15:20
Compare
Choose a tag to compare

Release notes

  • Upgrade PlantUML to plantuml-asl-1.2022.4 (#404, #386)
  • Use platform independent newline characters instead of '\n' (#399)
  • Add Gradle Kotlin DSL example to usage document. (#385)
  • Simplify build to use single LTS JDK version (#387)
  • Dependencies:
    • Bump mockito-core from 4.0.0 to 4.5.1 (#409, #406, #396, #381, #380, #373, #370)
    • Bump junit-jupiter-engine from 5.8.1 to 5.8.2 (#371)
    • Bump logback-classic from 1.2.7 to 1.2.11 (#395, #375, #374, #372)
    • Bump jul-to-slf4j from 1.7.32 to 1.7.36 (#388, #382, #379)
    • Bump maven-javadoc-plugin from 3.3.1 to 3.4.0 (#407, #391)
    • Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#397, #392, #378)
    • Bump maven-scm-plugin from 1.12.0 to 1.12.2 (#376)
    • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#408, #394, #393)
    • Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (#401)
    • Bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M6 (#400)
    • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#402)
    • Bump maven-invoker from 3.1.0 to 3.2.0 (#403)

Release 2.0.15

12 Nov 13:41
Compare
Choose a tag to compare

Release notes

  • LCM release
  • Minor Javadoc improvements
  • Dependencies:
    • Upgrade plantuml to version 1.2021.13 (#369)
    • Bump logback-classic from 1.2.5 to 1.2.7 (#362, #368)
    • Bump ant from 1.10.11 to 1.10.12 (#367)
    • Bump mockito-core from 3.12.0 to 4.0.0 (#358, #359, #360, #366)
    • Bump junit-jupiter-engine from 5.7.2 to 5.8.1 (#363, #365)
    • Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#361)
    • Bump maven-scm-plugin from 1.11.3 to 1.12.0 (#364)

Release 2.0.14

22 Aug 14:14
Compare
Choose a tag to compare

Release notes

  • Switched from Travis CI to Github Actions for build.
  • Fix generics issue with doclet options. (6069fdb)
  • Fix Using JDK-16 package.svg graphics are not shown on package-summary pages, although graphics do get generated (#352)
  • Upgrade to GitHub-native Dependabot (#337)
  • Dependencies: