All Versions
20
Latest Version
Avg Release Cycle
78 days
Latest Release
846 days ago

Changelog History
Page 1

  • v0.8.1 Changes

    February 22, 2024

    What's Changed

    • ๐Ÿ› fix: When linking inheritedType, if the name includes &, separate and link it by @TTOzzi in #82

    ๐Ÿ†• New Contributors

    Full Changelog : 0.8.0...0.8.1

  • v0.8.0 Changes

    January 01, 2024

    What's Changed

    Full Changelog : 0.7.7...0.8.0

  • v0.7.7 Changes

    November 11, 2023

    ๐Ÿ› fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes #76)

  • v0.7.6 Changes

    July 21, 2023

    0.7.6 (2023-07-21)

    • ๐Ÿ› fix: file options (include/exclude) without wildcard (closes #73)
  • v0.7.5 Changes

    June 03, 2023

    0.7.5 (2023-06-03)

    • ๐Ÿ› fix nested types in extensions (closes #69)
    • ๐Ÿ› fix whitespaces for nested type relationships (closes #70)
  • v0.7.4 Changes

    February 17, 2023

    0.7.4 (2023-02-17)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ› fix diagram syntax error when class inherited a generic type (closes #65)
  • v0.7.3 Changes

    February 01, 2023

    ๐Ÿ› Bug Fixes

    • ๐Ÿ› typo fix for relationship label, i.e. use 'conforms to' (closes #63)
  • v0.7.2 Changes

    January 27, 2023

    ๐Ÿ”‹ Features

    • โœจ add descriptive texts like header or title to the diagram (closes #61)
  • v0.7.1 Changes

    January 13, 2023

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป โœจ able to programmatically open diagram as SVG in browser (PR #59)
  • v0.7.0 Changes

    January 08, 2023

    โš  BREAKING CHANGES

    • ๐Ÿงจ minor public API changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ โœจ support built-in themes from PlantUML (closes #40)
    • ๐Ÿ”€ โœจ able to merge extensions into main type (closes #54)
    • โœจ show nested types (closes #53)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ› fix: no access level for extension members if no explicit (fix #42)
    • ๐Ÿ› fix: no access level indicator for fileprivate members (fix #44)
    • ๐Ÿ› fix: incorrect inheritance/extensions when parent class is not scanned first (fix #47)
    • ๐Ÿ› fix: incorrect relationship label when protocol is not scanned first (fix #49)