All Versions
10
Latest Version
Avg Release Cycle
81 days
Latest Release
1161 days ago
Changelog History
Changelog History
-
v0.6.0 Changes
January 21, 2022โ BREAKING CHANGES
- ๐ ๐งจ macOS 10.11 (El Capitan) required
๐ Features
- ๐ธ native encoding of PlantUML diagram text description (de286d4)
-
v0.5.2 Changes
January 20, 2022๐ Bug Fixes
- ๐ป ๐ diagram in browser not shown (b64f3df)
-
v0.5.1 Changes
November 26, 2021๐ Features
- ๐ง ๐ธ public memberwise initializer for Configuration (14db736)
-
v0.5.0 Changes
November 03, 2021โ BREAKING CHANGES
- ๐งจ
Open
elements and members will now be rendered while this was previously not the case. - ๐งจ Change of order for elements and their inheritance/extensions relationships.
- before: subclass points down to superclass
- now: superclass on top and subclass points up to superclass
- ๐ฒ ๐งจ SwiftPlantUMLFramework drops its
ConsoleLogger
implementation. CLI is usingSwiftyBeaver
for logging.
๐ Features
- ๐งจ
-
v0.4.0 Changes
March 05, 2021 -
v0.2.1 Changes
February 18, 2021 -
v0.2.0 Changes
February 04, 2021โ BREAKING CHANGES
- 0๏ธโฃ ๐งจ open PlantUML script + diagram in browser is the new default behavior. Also
CLI flag
--textonly
was dropped in favor of CLI option--output
๐ Features
- ๐ป ๐ธ being able to open PlantUML script + diagram in browser (1e8ebf7)
- 0๏ธโฃ ๐งจ open PlantUML script + diagram in browser is the new default behavior. Also
CLI flag
-
v0.1.1 Changes
January 28, 2021๐ Features
- ๐ธ generate diagram from a string containing Swift code (ebdeb59)
-
v0.1.0 Changes
January 25, 2020- ๐ First public release! ๐
- ๐ฆ CLI tool and Swift Package to generate UML class diagram(s) based on Swift source file(s)
- ๐ Use one or more Swift files as input for a diagram to visualize
class
,struct
,protocol
,enum
andextension
types with their instance and static members as well as their inheritance and implementation relationships