-
-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: MarcoEidinger/SwiftPlantUML
base: 0.4.0
head repository: MarcoEidinger/SwiftPlantUML
compare: 0.5.0
- 13 commits
- 32 files changed
- 2 contributors
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d5fa44 - Browse repository at this point
Copy the full SHA 5d5fa44View commit details
Commits on Sep 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b5b5247 - Browse repository at this point
Copy the full SHA b5b5247View commit details -
Configuration menu - View commit details
-
Copy full SHA for c982f97 - Browse repository at this point
Copy the full SHA c982f97View commit details
Commits on Sep 14, 2021
-
docs: ✏️ add CII best practices badge
Status: passing see https://bestpractices.coreinfrastructure.org/en/projects/5206 for further info
Configuration menu - View commit details
-
Copy full SHA for aaf4fb5 - Browse repository at this point
Copy the full SHA aaf4fb5View commit details
Commits on Nov 3, 2021
-
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)
Configuration menu - View commit details
-
Copy full SHA for 95eb430 - Browse repository at this point
Copy the full SHA 95eb430View commit details -
refactor: 💡 support
debug
log statementCLI 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.
Configuration menu - View commit details
-
Copy full SHA for e9b8786 - Browse repository at this point
Copy the full SHA e9b8786View commit details -
refactor: 💡 log class diagram generation time
also log time how to long to fetch file information from SourceKitten
Configuration menu - View commit details
-
Copy full SHA for b7de564 - Browse repository at this point
Copy the full SHA b7de564View commit details -
ci: 🎡 ignore certain paths for CodeBeat analysis
ignore Logging.swift as CodeBeat detects duplicate code which is not true
Configuration menu - View commit details
-
Copy full SHA for 15d199b - Browse repository at this point
Copy the full SHA 15d199bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c83f8 - Browse repository at this point
Copy the full SHA 06c83f8View commit details -
feat: 🎸 support access level
open
BREAKING CHANGE: 🧨 `Open` elements and members will now be rendered while this was previously not the case. ✅ Closes: #23
Configuration menu - View commit details
-
Copy full SHA for a7597fc - Browse repository at this point
Copy the full SHA a7597fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb3638 - Browse repository at this point
Copy the full SHA 3cb3638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af0430 - Browse repository at this point
Copy the full SHA 7af0430View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5f81d - Browse repository at this point
Copy the full SHA ec5f81dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.4.0...0.5.0