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

Releases: jhipster/jhipster-core

v4.1.1

23 Jun 16:49
Compare
Choose a tag to compare
4.1.1

Minor release: v4.1.0

22 Jun 20:00
Compare
Choose a tag to compare

The Linter is in!

v4.0.0

12 Jun 13:48
Compare
Choose a tag to compare
4.0.0

v3.6.14

16 May 19:31
Compare
Choose a tag to compare
3.6.14

Patch release: v3.6.12

03 Mar 14:11
Compare
Choose a tag to compare

What's new

  • Made selecting DTOs without services not throw an error (thanks @ruddell)
  • Supported relations when an application uses Couchbase as DB (thanks @tchlyah)
  • Sonar reports are configured (thanks @jdubois)

Bug fixes

  • An application's baseName can now have an underscore in the JDL (thanks @Shaolans)

As a side note, the linter has been added, but will only be available in v3.7.0.

Patch release: v3.6.11

03 Mar 14:17
Compare
Choose a tag to compare

Bug fixes

  • Fixed invalid otherEntityRelationshipName generated for the destination entity of a relationship (thanks @pvliss)

Patch release: v3.6.2

11 Nov 12:11
Compare
Choose a tag to compare

Bug fixes related to the new deployment JDL

Patch release: v3.6.1

06 Nov 22:27
Compare
Choose a tag to compare

What's new

  • More DB validations are included (combinations, forbidden values)
  • Specifying a blueprint is now possible

Bug fixes

Minor version: v3.6.0!

06 Nov 22:26
Compare
Choose a tag to compare

What's new

  • The brand new deployment syntax has been added to the JDL by @deepu105!

More info on that very soon

Minor release: v3.5.0

03 Nov 22:43
Compare
Choose a tag to compare

What's new

  • Application options are now validated
  • Options dtoSuffix & entitySuffix have been added (thanks to @mselerin!)
  • Just using angular as clientFramework fallbacks to using angularX (thanks to @jdubois for reporting it!)

Bug fixes

  • JDL exporting now doesn't fail when there is no relationship (thanks to @pascalgrimaud!)
  • skipUserManagement isn't forced in UAA & gateway apps anymore (thanks to @jsm174!)
  • Package names can now have underscores (thanks to @jsm174!)
  • Importing a JDL file where entities are generated in different apps will cause the process to fail.