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

Releases: jhipster/jhipster-uml

Now you can do everything JHipster can, but faster.

23 Jul 13:58
Compare
Choose a tag to compare
  • add option to choose pagination #34
  • add the 'otherEntityField' declaration #34
  • implicit User entity declaration #33
  • Selfish removed as a dependency (less tests, less code, better quality)

Optimisation of the entities generation

09 Jul 15:07
Compare
Choose a tag to compare
  • Fix bug that added liquidbase xml file (#28)
  • JHipster UML calls the command 'yo jhipster:entity' only for entities that changed.

Enum supported

07 Jul 14:07
Compare
Choose a tag to compare

JHipster-UML now support the Enums (#14)

Add type LocalDate, UUID and TimeUUID to JDL (#24)

03 Jul 09:38
Compare
Choose a tag to compare

Fix the parsing issue #24 that occurred with the Wiki example.

Release of JHipster Domain Language (JDL)

01 Jul 17:28
Compare
Choose a tag to compare

v1.0.5 release

29 Jun 18:23
Compare
Choose a tag to compare

Bug fixes, see 972358d and f601175.

v1.0.4 released (bug fix release)

29 Jun 07:27
Compare
Choose a tag to compare

This release aims at fixing the bug #16.

v1.0.3 release

23 Jun 20:25
Compare
Choose a tag to compare

This release fixes a bug happening when bidirectional relationships are used (see 4a57968).
This problem is getting rid of by simply throwing an exception.

v1.0.2 released!

15 Jun 20:12
Compare
Choose a tag to compare

Various bug fixes and enhancements were made:

  • Exception are now correctly displayed to the user (0d8fc48);
  • Style fixes were done and code quality was improved (thanks to Sonar);
  • We still are up-to-date with JHipster (the latest addition was for the DTO with MapStruct: 50e6d91);
  • We now support Visual Paradigm! That's our fourth editor (we're still improving the others: c9e77bb).

v1.0.1 release

10 Jun 14:01
Compare
Choose a tag to compare

New in this release: Bug fixes and enhancements.

  • Reflexivity cases are now supported (except for many-to-many which may never be) (see 979cda9);
  • The 'User' class is now correctly handled (see 54bc985);
  • Style fixes;
  • We updated our dependencies (we removed jsonfile);
  • We outsources our wiki to the main JHipster's wiki (yay!, thanks @jdubois).