Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MarcoEidinger/SwiftPlantUML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: MarcoEidinger/SwiftPlantUML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 13 commits
  • 32 files changed
  • 2 contributors

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    5d5fa44 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Create SECURITY.md

    MarcoEidinger authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b5b5247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c982f97 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    aaf4fb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. style: 💄 change order of inheritance and realize relationship

    before: aSubClass --> aClass : inherits
    now: aClass <-- aSubClass: inherits
    
    BREAKING CHANGE: 🧨 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)
    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    95eb430 View commit details
    Browse the repository at this point in the history
  2. refactor: 💡 support debug log statement

    CLI logs in console per default but if diagram is printed into console
    then log into a file
    
    BREAKING CHANGE: 🧨 SwiftPlantUMLFramework drops its `ConsoleLogger` implementation.
    Consumers have to bring their own logger implementation! FYI:
    swiftplantuml as command-line tool is using `SwiftyBeaver` for logging.
    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e9b8786 View commit details
    Browse the repository at this point in the history
  3. refactor: 💡 log class diagram generation time

    also log time how to long to fetch file information from SourceKitten
    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b7de564 View commit details
    Browse the repository at this point in the history
  4. ci: 🎡 ignore certain paths for CodeBeat analysis

    ignore Logging.swift as CodeBeat detects duplicate code which is not
    true
    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    15d199b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06c83f8 View commit details
    Browse the repository at this point in the history
  6. feat: 🎸 support access level open

    BREAKING CHANGE: 🧨 `Open` elements and members will now be rendered while this was
    previously not the case.
    
    ✅ Closes: #23
    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a7597fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb3638 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7af0430 View commit details
    Browse the repository at this point in the history
  9. chore: 🤖 0.5.0

    MarcoEidinger committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ec5f81d View commit details
    Browse the repository at this point in the history
Loading