SwiftPlantUML v0.5.0 Release Notes

Release Date: 2021-11-03 // over 2 years ago
  • โš  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