Skip to content

Releases: MarcoEidinger/SwiftPlantUML

0.8.1

22 Feb 19:12
Compare
Choose a tag to compare

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

0.8.0

01 Jan 15:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.7...0.8.0

0.7.7

11 Nov 21:20
Compare
Choose a tag to compare

🐛 fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes #76)

0.7.6

21 Jul 21:49
Compare
Choose a tag to compare

0.7.6 (2023-07-21)

  • 🐛 fix: file options (include/exclude) without wildcard (closes #73)

0.7.5

03 Jun 22:21
Compare
Choose a tag to compare

0.7.5 (2023-06-03)

  • 🐛 fix nested types in extensions (closes #69)
  • 🐛 fix whitespaces for nested type relationships (closes #70)

0.7.4

17 Feb 23:18
Compare
Choose a tag to compare

0.7.4 (2023-02-17)

Bug Fixes

  • 🐛 fix diagram syntax error when class inherited a generic type (closes #65)

0.7.3

01 Feb 23:57
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 typo fix for relationship label, i.e. use 'conforms to' (closes #63)

0.7.2

27 Jan 13:29
Compare
Choose a tag to compare

Features

  • ✨ add descriptive texts like header or title to the diagram (closes #61)

0.7.1

13 Jan 22:50
Compare
Choose a tag to compare

Features

  • ✨ able to programmatically open diagram as SVG in browser (PR #59)

0.7.0

08 Jan 18:51
Compare
Choose a tag to compare

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