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

Releases: jhipster/jhipster-core

Minor release: v1.4.0

25 Oct 05:21
Compare
Choose a tag to compare

Added Couchbase support, huge thanks to @hdurix!

Patch release: v1.3.7

12 Oct 18:51
Compare
Choose a tag to compare

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

12 Oct 05:18
Compare
Choose a tag to compare

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 '

Patch Release v1.3.5

16 Jul 12:57
Compare
Choose a tag to compare

Patch release

  • Expose filterOutUnchangedEntities method
  • Eslint improvements

Patch release: v1.3.3

05 Jun 10:22
Compare
Choose a tag to compare

(Release for JHipster UML's next release)

Bug fixes

  • Double types were considered as if they were Floats.

Patch release: v1.3.2

14 May 17:58
Compare
Choose a tag to compare

What's new ☼

  • Commas are now optional when declaring relationships in the JDL

Bug fixes

Patch version: v1.3.1

02 May 08:21
Compare
Choose a tag to compare

What's new ☼

  • Pagination is now forbidden when having a cassandra app (See #116)
  • Java's Instant is now supported as a field type (See #119)

Minor release: v1.3.0

14 Apr 20:37
Compare
Choose a tag to compare

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
  • When importing faulty JDL files, the JDL reader now throws a "nice" error telling what the error is, and where it is.

Bug fixes

  • [#114 fixed in #115] Blobs are now correctly generated (in the JSON files). Thanks @ruddell for the fix!

Patch release: v1.2.9

28 Mar 16:27
Compare
Choose a tag to compare

What's new:

  • Thanks to @jdubois, reserved keywords (such as Order or Group) are now allowed!

Patch release: v1.2.8

04 Feb 18:14
Compare
Choose a tag to compare

What's new:

  • Thanks to @gmarziou for:
    • modifying the NPM scripts so that they can be used on Windows,
    • adding TS keywords to be checked against when relevant.

And thanks to @jdubois for reviewing =)