Skip to content

Releases: janphkre/class_relations

1.2.5

13 Jan 12:52

Choose a tag to compare

fixed an issue with similar package names causing external links to not be noticed.

1.2.4

09 Jan 13:54

Choose a tag to compare

Fix diagram generation for extension methods / global methods.

1.2.3

08 Jan 09:34

Choose a tag to compare

Fixed an issue where a file annotation would break the importList being picked up correctly.

1.2.2

08 Jan 08:23

Choose a tag to compare

Skip task if no declared source set exists.

1.2.1

07 Jan 20:38

Choose a tag to compare

Allow source sets to be optional.
Fix links to other diagrams & files.

1.2.0

06 Jan 22:03

Choose a tag to compare

Reworked extension of grouping plugin to work as intended.

1.1.1

06 Jan 07:43

Choose a tag to compare

Fix jitpack build, declare explicit jdk

1.1.0

05 Jan 18:57

Choose a tag to compare

Added functionality to support multi module projects.

1.0.1

13 Aug 19:28

Choose a tag to compare

Minor patch, fixing up the release mechanism for jitpack, releasing the library module as well.

1.0.0 - Initial Release

20 Jun 21:33

Choose a tag to compare

Initial release of the class_structure gradle plugin (and library).

As stated in the readme, the base functionality of the plugin is there:

  • Generate puml diagrams for the interactions between classes in your project and out of it
  • Filter classes you don't want, internal or external
  • empty diagrams representing the folder structure are created to allow navigation accross unrelated code segments