Skip to content

Releases: krisztianb/typedoc-umlclass

0.9.0

28 Apr 17:43
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed the following options in favor of the new "style" option: backgroundColor, boxBackgroundColor, boxBorderColor, boxBorderRadius, boxBorderWidth, arrowColor, classFontName, classFontSize, classFontStyle, classFontColor, attributeFontName, attributeFontSize, attributeFontStyle and attributeFontColor

Added

  • New option "style" which let's you specify individual font settings for specific parts (for example: class name, property type, method return type, etc.) of the diagram
  • Option "style.arrow.width" can now be used the specify the thickness of the arrows in the class diagrams

Fixed

  • Default value of option "hideShadow" adjusted to PlantUML's new default value: true

0.8.1

25 Apr 17:26
Compare
Choose a tag to compare

Fixed

  • Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above.

Changes

  • Updated dependencies

0.8.0

17 Sep 09:44
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed support for TypeDoc versions 0.23.x due to a change in TypeDoc's handling of asynchronous tasks.

Added

  • Added support for latest TypeDoc version 0.25.x.
  • The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see example in README)

0.7.1

23 Apr 10:07
Compare
Choose a tag to compare

Changes

  • Added support for latest TypeDoc version 0.24.x.

0.7.0

24 Jul 19:41
Compare
Choose a tag to compare

Changed

  • Updated to TypeDoc version 0.23

Breaking Changes

  • Support changed to TypeDoc versions 0.23.x due to a change in TypeDoc's HTML output.

0.6.1

05 Jun 17:57
Compare
Choose a tag to compare

Changed

  • Updated dependencies to resolve their security vulnerabilities

0.6.0

21 Sep 19:18
Compare
Choose a tag to compare

Breaking Changes

  • Support changed to TypeDoc versions 0.22.x due to a breaking change in TypeDoc's output folder structure.

Added

  • New option "backgroundColor" to specify the background color of all class diagrams.

Changed

  • Background color of class diagrams defaults to "transparent" to better integrate with TypeDoc's new dark theme.

0.5.0

08 Aug 16:36
Compare
Choose a tag to compare

Breaking Changes

  • Support changed to TypeDoc versions >=0.21.0 due to a breaking change in TypeDoc's API.

0.4.0

23 May 20:18
Compare
Choose a tag to compare

Breaking Changes

Added

  • Automatic detection of CPU count

Changed

  • Updated dependencies
  • Default value of option generatorProcessCount changed from 1 to number of available CPUs

0.3.2

10 Jan 20:30
Compare
Choose a tag to compare

Added

  • Add support for newer TypeDoc versions: 0.20.14 and above (see: TypeStrong/typedoc#1461)
  • Add support for older TypeDoc versions: 0.17.x and 0.18.x