Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Releases: jhipster/jhipster-uml

First (official) release of Jhipster-UML

04 Jun 16:35
Compare
Choose a tag to compare

Compatibility release, and numerous bug fixes

26 May 16:26
Compare
Choose a tag to compare
  • fieldsContainOwnerOneToOne is now supported;
  • otherEntityRelationshipFieldName is now supported too;
  • Some serious bug fixing has been done, mainly to prevent nil cases, and to prevent the user from getting the wrong JSON because of a wrong model.

Reflexivity done, and better node support

20 May 15:32
Compare
Choose a tag to compare

We replaced the child_process package by shelljs, and we support reflexivity.

Database type detection is now automatic

20 May 07:44
Compare
Choose a tag to compare

The main script can detect the database type if the JHipster '.yo-rc.json' file is in the current dir. Otherwise, the database type must still be passed as an argument to JHipster-UML.

JHipster-UML now has an executable

19 May 16:03
Compare
Choose a tag to compare
Pre-release

Starting JHipster-UML can be done this way now : ./jhipster-uml ...

JHipster-UML now correctly generates entities.

19 May 15:08
Compare
Choose a tag to compare

Before it was cool.

Entity creation implemented

19 May 09:22
Compare
Choose a tag to compare
Pre-release

JHipster-UML now can create the JSON files and execute the commands in order to create them in any JHipster application.
A few bugs remain still..

JSON creator and scheduler added

18 May 09:44
Compare
Choose a tag to compare
Pre-release

JHipster-UML now can generate JSON files from parsed XMI elements. These JSON files can now be safely generated without any dependency issue as the scheduler figures out a way to do so.

Tests were created consequently.

Better UML editor support

11 May 15:28
Compare
Choose a tag to compare
Pre-release

We now support Visual Paradigm and StarUML, plus the previous ones.
The tests have been fixed to pass (for Travis).