This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Releases: jhipster/jhipster-core
Releases · jhipster/jhipster-core
Minor release: v1.4.0
Added Couchbase support, huge thanks to @hdurix!
Patch release: v1.3.7
New:
- Better error reporting when dealing with reserved keywords,
-Wwhen having this kind of setup (sorry about that!):- a microservice app
- a JDL file inside it like this:
entity A
entity B
...
entity Z
- when importing the JDL, the microservice option is set to every entity (like a `microservice * with <PROJECT_NAME>`.
Patch release: v1.3.6
What's new ☼
- The
JPA Metamodel Filtering
option has been added to the JDL - Support for "weird" characters (like é, ö, etc.)
- The exported JDL now cleans up the options
skipClient for A
skipClient for B
...
skipClient for Z
now replaced by
skipClient for A, .., Z
What has been broken
- JDL:
- Patterns are now delimited by
/
instead of'
- Patterns are now delimited by
Patch Release v1.3.5
Patch release
- Expose filterOutUnchangedEntities method
- Eslint improvements
Patch release: v1.3.3
(Release for JHipster UML's next release)
Bug fixes
- Double types were considered as if they were Floats.
Patch release: v1.3.2
What's new ☼
- Commas are now optional when declaring relationships in the JDL
Bug fixes
- Fixed: #5191, from the generator
Patch version: v1.3.1
Minor release: v1.3.0
What's new ☼
- Errors from the JDL are now returned after the parsing's done,
- This means that the
#isValid
method is deprecated and will be completely replaced in v2.0.0
- This means that the
- When importing faulty JDL files, the JDL reader now throws a "nice" error telling what the error is, and where it is.
Bug fixes
Patch release: v1.2.9
What's new:
- Thanks to @jdubois, reserved keywords (such as
Order
orGroup
) are now allowed!