Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Releases: jhipster/jhipster-core

v1.1.6 is released!

10 Aug 19:36
Compare
Choose a tag to compare

A tiny release that fixes #50, and cleans up the code.

v1.1.5 is released

06 Aug 07:11
Compare
Choose a tag to compare

The check for reserved keywords is now fixed and working.

v1.1.4 is out!

02 Aug 14:06
Compare
Choose a tag to compare

Important stuff:

  • Reserved keywords from JHipster are now checked whenever entities, fields or enums are created.
    Less important:
  • Deprecated method ::existsSync has been replaced.
  • More tests were added.

Patch release: v1.1.3

31 Jul 07:48
Compare
Choose a tag to compare

This is a patch release with following changes:

  • issue #25 is fixed. Many to one and One to one relationships to User entity can now be added via JDL. Adding relationships from User entity will be ignored with a warning
  • issue #39 fixed
  • issue #21 fixed
  • issue #41 fixed microservice option is now correctly generated

Thanks to @MathieuAA for his fixes

Emergency fix: v1.1.2

22 Jul 17:35
Compare
Choose a tag to compare

This is an emergency release in order to close this and this.
Enums are now correctly handled and the errors from the JDL subgen should now be fixed.
Thanks to @deepu105, @jdubois and @pascalgrimaud for their help.

A fix release

12 Jul 20:09
Compare
Choose a tag to compare

In v1.1.1, the following issues have been fixed:

  • JSON generation now works has wanted,
  • The bug with .jhipster folder has been removed,
  • The following services have been made available:
    • createJHipsterJSONFolder,
    • toFilePath
    • readEntityJSON.

v1.1.0 now available

07 Jul 21:55
Compare
Choose a tag to compare

Finally, v1.1.0 is out! Here are the new things:

  • The JDL is up-to-date with what JHipster proposes (required relationships, correct ranges for the min and minlength constraints, microservice and searchEngine as keywords),
  • Fixed changelogdate in the JSON so that only new entities are generated,
  • The entity table name is now used correctly,
  • The JDL Studio will now be able to use the latest features from this project,
  • JHipster UML won't parse JDL as of the next release (v1.7.0 or v2),
  • A lot of methods are available for everyone so that core notions from JHipster are usable.

Thanks to @deepu105 for his contribution, without him this project wouldn't have been released now.

Official release

17 Apr 22:17
Compare
Choose a tag to compare

Note: v1.0.0 contained a grammar bug that was fixed by this version

The JDL project is released!

The JDL code previously available in JHipster UML has moved here, and has been updated:

  • The skipServer, skipClient and angularSuffix options have been added;
  • The microservice and search keywords too for microservice users.