Skip to content

Releases: bdulac/polymeria

Documentation

28 Nov 09:09
Compare
Choose a tag to compare

Writing an operational documentation following the guide.

Upgrade to Polymer 1.0

30 Jul 17:21
Compare
Choose a tag to compare

Adaptation of all polymer elements to the Polymer 1.0 syntax (removal of elements extensions, etc.).
Simplification of the Javascript code.
Fixing several positioning issues.

UML class diagram

25 Feb 22:49
Compare
Choose a tag to compare

An operational support of class diagram elements.

Packages, classes, interfaces are displayed. An absolute positioning is available with two x and y attributes accepting css absolute position like values.

Types are supported for attributes and methods (on parameters and return types).

Common class diagram relationships are implemented:

  • Associations
  • Dependencies
  • Generalization/specialization
  • Realization/implementation

The jQuery UI dependency is removed.

Basic relationship support

26 Apr 16:50
Compare
Choose a tag to compare

A basic relationship support taking advantage of an HTML5 canvas element. Currently, the relationship is only implemented as a dependency displayed as a single ligne (just like an association). This should evolve to have a proper display of dependencies and an effective support of associations.

A display of attribute types, methods return types and parameters types is also possible.

An absolute positioning is also available with two x and y attributes accepting css like values that can be used on classes and packages.

UML class diagram elements - No relationship

02 Feb 21:55
Compare
Choose a tag to compare

A basic version including common class diagram elements but unfortunately no relationship. The architecture is ready for this second step.