Releases: MarcoEidinger/SwiftPlantUML
Releases · MarcoEidinger/SwiftPlantUML
0.8.1
0.8.0
What's Changed
- ✨ feat: support
package
access level by @MarcoEidinger in #78
Full Changelog: 0.7.7...0.8.0
0.7.7
🐛 fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes #76)
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
⚠ 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)