Releases: abelgomez/cpntools.toolkit
Releases · abelgomez/cpntools.toolkit
CPN Tools toolkit v0.5.0
Changelog:
- Migrate from legacy builds to Tycho builds.
- Refactor JUNG dependencies (which are no longer embedded in the model plug-in, and have been moved as eclipse bundles to https://github.com/abelgomez/eclipse.orbit).
- Check Java compatibility, and enforce Java 8.
- Migrate target platform to Eclipse 2020-06 (last supporting Java 8).
- Prepare builds to be used as regular Java libraries (JAR).
- Add examples of standalone applications.
- Reorganize the
gh-pages
branch, adding a maven-compatible repository. - Minor changes in the code:
- Ignore Arcs with missing Places/Trasitions when performing layout.
- Do not enforce that Arcs have an Annot when serializing.
CPN Tools toolkit v0.4.0
Changelog:
- Synchronize version numbers of the dependencies
CPN Tools toolkit v0.3.1
Changelog:
- Add support for nested Blocks
CPN Tools toolkit v0.3.0
Changelog:
- Use an Enumeration for diagram elements' colours.
- Add support for Inhibitor arcs.
- Fix bug in the layout code when multiple arcs link the same elements.
CPN Tools toolkit v0.2.2
Changelog:
- Omit exception for places without type (CPN Tools assumes UNIT)
CPN Tools toolkit v0.2.1
Changelog:
- Add support for serializing Transitions' time
CPN Tools toolkit v0.2.0
Changelog:
- Add support for multiple Pages
- Add support for Fusions
- Change Layout algorith
- Update Copyright information
CPN Tools toolkit v0.1.0
Initial release