0.7.0
What's Changed
#111 Moved Java parser to OpenRewrite and parsing as many Java language features as I could figure out
#109 Excluding tests from analysis by default
#114 #132 Maven report now delegates to HtmlReport. Less code to maintain!
#124 Displaying map of entire codebase. Excludes unit tests and classes that do not have any incoming or outgoing relationships.
#128 Added 3D Force Graph rendering of class map and cycles. Makes looking at your code fun again!
#129 #130 Added DSM to identify backward edges. Performing what-if analysis on backward edge removal.
#131 Added ability to minify HTML report. Disabled by default.
Limiting cycle analysis to 10 cycles. Will parameterize in the future.
Full Changelog: 0.6.2...0.7.0