Skip to content

Releases: MarcoEidinger/SwiftPlantUML

0.6.2

30 Aug 23:08
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 revert ArgumentParser version (b355a9f) which was accidentally introduced in 0.6.1

0.6.1

30 Aug 20:45
Compare
Choose a tag to compare

Features

  • 🎸 man page for swiftplantuml (4f2543c)

0.6.0

21 Jan 15:08
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • 🧨 macOS 10.11 (El Capitan) required

Features

  • 🎸 native encoding of PlantUML diagram text description (de286d4)

0.5.2

20 Jan 01:30
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 diagram in browser not shown (b64f3df)

0.5.1

26 Nov 22:51
Compare
Choose a tag to compare

Features

  • 🎸 public memberwise initializer for Configuration (14db736)

0.5.0

03 Nov 20:58
Compare
Choose a tag to compare

⚠ 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

  • 🎸 support access level open (a7597fc), closes #23

0.4.0

05 Mar 02:40
Compare
Choose a tag to compare

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

01 Mar 03:19
Compare
Choose a tag to compare

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

18 Feb 14:11
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 script error for generic class inheritance (047d62a), closes #8

0.2.0

04 Feb 05:45
Compare
Choose a tag to compare

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