Releases: MarcoEidinger/SwiftPlantUML
Releases · MarcoEidinger/SwiftPlantUML
0.6.2
Bug Fixes
- 🐛 revert ArgumentParser version (b355a9f) which was accidentally introduced in 0.6.1
0.6.1
Features
- 🎸 man page for swiftplantuml (4f2543c)
0.6.0
⚠ BREAKING CHANGES
- 🧨 macOS 10.11 (El Capitan) required
Features
- 🎸 native encoding of PlantUML diagram text description (de286d4)
0.5.2
Bug Fixes
- 🐛 diagram in browser not shown (b64f3df)
0.5.1
Features
- 🎸 public memberwise initializer for Configuration (14db736)
0.5.0
⚠ 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 using SwiftyBeaver
for logging.
Features
0.4.0
0.4.0 (2021-03-05)
Enums are getting rendered with members (case elements, variables, functions) 🥳 technically it's a bug fix BUT also a significant visual change to the previous version. That's the reason for the version jump from 0.3.0 to 0.4.0
Bug Fixes
- 🐛 illegal instruction for folder name with whitespace (9c5b13e), closes #20
- 🐛 render Enum with members (ffb88a6), closes #19
0.3.0
0.3.0 (2021-02-28)
Features
- 🎸 show inferred type (if SDK path was provided) (107f8b6), closes #14
- 🎸 various configuration options with .swiftplantuml.yml (6bb08f3), closes #9 and #10
Bug Fixes
- 🐛 multiple file paths handled incorrectly #12
0.2.1
Bug Fixes
- 🐛 script error for generic class inheritance (047d62a), closes #8
0.2.0
⚠ BREAKING CHANGES
- 🧨 open diagram + PlantUML script 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)