Releases: jhipster/jhipster-core
v1.1.6 is released!
A tiny release that fixes #50, and cleans up the code.
v1.1.5 is released
The check for reserved keywords is now fixed and working.
v1.1.4 is out!
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
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
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
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
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
andminlength
constraints,microservice
andsearchEngine
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
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.