Skip to content

Releases: hallvard/plantuml

1.1.22

05 Feb 10:48
Compare
Choose a tag to compare

1.1.22

  • Fixes bug (issue #77) concerning incompatibilit with Photon 2018.12.
  • The view menu now lists the (explicit) diagrams in a file, so you can select and view it, without navigating inside the file. See (issue #61)
  • Updated to use PlantUML library version 1.2019.0.

1.1.21

22 Oct 12:16
Compare
Choose a tag to compare

Fixes !include bug (#73) and upgrades to 1.2018.12 version of plantuml.jar

1.1.20

24 Aug 11:40
Compare
Choose a tag to compare
  • Fixes include bug issue #35 and copying, exporting and printing pages of multi-page diagrams.
  • Fixes problem with dangling Ecore objects issue #36
  • Fixes problem with object attribute values with newlines and braces issue #37 by truncating. Also truncates long attribute value strings, to make object boxes smaller.
  • Support for marker:/.../ hyperlinks to specific objects within a file, using the Marker API. Ecore object diagrams now use this kind of marker.
  • Fixes problem with missing void operation issue #40. Also appends "[]" to many-valued types.
  • Save action, for exporting image or puml file into workspace, and auto-save feature, for automatically updating saved files when the source changes issue #41.
  • Updated to use PlantUML library version 1.2018.9

1.1.19

10 Aug 14:11
Compare
Choose a tag to compare
  • Support for the newpage directive. Multi-page diagrams are rendered as numbered tabs (issue #11).
  • Support generating packages for project class diagram, and a preference to turn on/off (issue #18).
  • Object diagram generator, currently used as a default for Ecore model instances. To support overriding this behavior, e.g. so an Ecore model for state machines can be rendered as state diagrams, diagram text providers can now have a priority (issue #33).
  • Refactored the update site, now it's a composite site with sub-sites for PlantUML library and Eclipse plugins. The library plugin and feature have changed to same versioning as the jar.

1.1.18.8059

18 Apr 10:09
Compare
Choose a tag to compare
  • Support links to fully qualified java classes with java scheme links (issue #31), e.g. java:java.lang.String. Add a fragment to navigate to a specific member. Default diagram generation from java source now uses this kind of link.
  • Fix problem with enums in project class diagrams, where associations where generated for the literals (issue #30).

1.1.17.8059

06 Apr 17:00
Compare
Choose a tag to compare
  • Hyperlinks that are just paths or use the platform scheme are opened in the default Eclipse editor (issue #25). Class diagrams generated from Java code utilize this feature by including navigatable path links.
  • Fixes for issues #26 and #27

1.1.16.8059

05 Apr 12:22
Compare
Choose a tag to compare

Some new features:

  • Open several PlantUML views and pin them to a specific resource (issue #21). Please comment on the behaviour.
  • Support for hyperlinks, see http://plantuml.com/link (issue #24)

1.1.14.8059

16 Mar 09:47
Compare
Choose a tag to compare
  • updated to 8059 version of plantuml.jar, as part of the fix to issue #19
  • a generic solution for showing exceptions instead of a diagram, if such are thrown during diagram generation, part of the fix to issue #19
  • experimental support for generating a class diagram for a set of Java files, as suggested in issue #18. Open the PlantUML Project Class Diagram and drag a Java project or package into the view (suggest improvements by adding a comment to the issue).
  • support for generating class diagram for .class files shown in the Class File editor
  • fix for issue #15
  • improved documentation, including this readme